From 676b36e4554f119d0606ade79db2fba6834d3445 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 21 Jul 2024 11:19:05 -0700 Subject: [PATCH] Fix space issues in the source code --- ivtest/ivltests/br_gh1097.v | 4 ++-- ivtest/regress-vvp.list | 2 +- ivtest/vpi/sim_time_cb.c | 2 +- ivtest/vpi_regress.list | 8 ++++---- vvp/libvvp.h | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ivtest/ivltests/br_gh1097.v b/ivtest/ivltests/br_gh1097.v index 373346228..c39b5dfec 100644 --- a/ivtest/ivltests/br_gh1097.v +++ b/ivtest/ivltests/br_gh1097.v @@ -1,5 +1,5 @@ module test_mod (); - + typedef enum logic [4:0] {ENUM_ELEM1, ENUM_ELEM2} test_enum_t; test_enum_t test_mem_addr_e; @@ -15,4 +15,4 @@ module test_mod (); else $display("FAILED"); end -endmodule +endmodule diff --git a/ivtest/regress-vvp.list b/ivtest/regress-vvp.list index 52d2de8b8..6f3d6da74 100644 --- a/ivtest/regress-vvp.list +++ b/ivtest/regress-vvp.list @@ -185,7 +185,7 @@ sf_countones_fail vvp_tests/sf_countones_fail.json sf_isunknown_fail vvp_tests/sf_isunknown_fail.json sf_onehot_fail vvp_tests/sf_onehot_fail.json sf_onehot0_fail vvp_tests/sf_onehot0_fail.json -single_element_array vvp_tests/single_element_array.json +single_element_array vvp_tests/single_element_array.json struct_enum_partsel vvp_tests/struct_enum_partsel.json struct_field_left_right vvp_tests/struct_field_left_right.json struct_nested1 vvp_tests/struct_nested1.json diff --git a/ivtest/vpi/sim_time_cb.c b/ivtest/vpi/sim_time_cb.c index 953905973..b3a16cdf8 100644 --- a/ivtest/vpi/sim_time_cb.c +++ b/ivtest/vpi/sim_time_cb.c @@ -93,7 +93,7 @@ static PLI_INT32 monitor_calltf(char*xx) delay.real = 0.0; assert(argv); - + handle = vpi_scan(argv); assert(handle && (vpi_get(vpiType, handle) == vpiConstant)); #ifdef TEST_SCALED_TIME diff --git a/ivtest/vpi_regress.list b/ivtest/vpi_regress.list index 982f61381..963c94c44 100644 --- a/ivtest/vpi_regress.list +++ b/ivtest/vpi_regress.list @@ -99,10 +99,10 @@ hello_tf normal hello_tf.c hello_tf.log hello_vpi normal hello_vpi.c hello.log hello_vpi2 normal hello_vpi2.c hello2.log vpi/hello_vpi1.c listparams normal listparams.c listparams.log -nextsimtime_cb1 normal nextsimtime_cb1.c nextsimtime_cb1.gold -nextsimtime_cb2 normal nextsimtime_cb2.c nextsimtime_cb2.gold -nextsimtime_cb3 normal nextsimtime_cb3.c nextsimtime_cb3.gold -nextsimtime_cb4 normal nextsimtime_cb4.c nextsimtime_cb4.gold +nextsimtime_cb1 normal nextsimtime_cb1.c nextsimtime_cb1.gold +nextsimtime_cb2 normal nextsimtime_cb2.c nextsimtime_cb2.gold +nextsimtime_cb3 normal nextsimtime_cb3.c nextsimtime_cb3.gold +nextsimtime_cb4 normal nextsimtime_cb4.c nextsimtime_cb4.gold memmon normal,-g1995 memmon.c memmon.log memwide normal memwide.cc memwide.log mipname normal mipname.c mipname.log diff --git a/vvp/libvvp.h b/vvp/libvvp.h index dfdd6d012..a4c20f14a 100644 --- a/vvp/libvvp.h +++ b/vvp/libvvp.h @@ -51,7 +51,7 @@ extern void vvp_init(const char *logfile_name, int argc, char*argv[]); * when it is complete. The argument is the path to a VVP file containing * compiled Verilog code. */ - + extern int vvp_run(const char *design_path); /* vpip_load_module(module_name) may be called after vvp_init() and before