Skip to content

Commit

Permalink
Fix space issues in the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Jul 21, 2024
1 parent 548010e commit 676b36e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ivtest/ivltests/br_gh1097.v
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -15,4 +15,4 @@ module test_mod ();
else
$display("FAILED");
end
endmodule
endmodule
2 changes: 1 addition & 1 deletion ivtest/regress-vvp.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ivtest/vpi/sim_time_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions ivtest/vpi_regress.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vvp/libvvp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 676b36e

Please sign in to comment.