verilator/test_regress
Stefan Wallentowitz 924fe235a9
No assign alias for unpacked public variables (#2089)
Public variables are all emitted in the C code and unpacked arrays
arrays are sliced up for this. After inlining public unpacked array
assignments should not be alias assignments but actual assignments, so
that they are sliced and hence emitted properly.

Fixes #2073
2020-01-03 13:44:45 +01:00
..
t No assign alias for unpacked public variables (#2089) 2020-01-03 13:44:45 +01:00
.gdbinit Debug: Add default .gdbinit file 2012-03-02 20:59:47 -05:00
.gitignore Add XSim support to driver.pl, bug1493. 2019-08-29 17:00:49 -04:00
CMakeLists.txt Add cmake support, bug1363. 2019-10-17 19:44:10 -04:00
Makefile Refactor Verilator building in Travis, bug1547. 2019-10-16 05:32:59 -04:00
Makefile_obj Tests: Use standard verilator.mk rules for tests. 2019-11-02 11:15:58 -04:00
driver.pl Tests: Add copy_if_golden to harness. 2019-12-10 18:53:35 -05:00
input.vc Tests: Check for and remove trailing newlines 2019-05-13 19:47:52 -04:00
input.xsim.vc Add XSim support to driver.pl, bug1493. 2019-08-29 17:00:49 -04:00
vgen.pl Return good exit status on --help. 2019-09-30 23:15:10 -04:00