verilator/test_regress
Yutetsu TAKATSUKASA c85589371a
Fix protect-lib without sequential logic (#2492)
* add a test for protect-lib without sequential logic that cause the follwoing error.

%Error: obj_vlt/t_prot_lib_comb/secret/secret.sv:78:14: syntax error, unexpected ')'
   78 |     always @() begin
      |              ^

* protect-lib wrapper must contain sequential signal related statements
only if the protected design is a sequential logic.

Diff looks big, but actually just add "if (m_hasClk)" condition.

Signed-off-by: Yutetsu TAKATSUKASA <y.takatsukasa@gmail.com>
2020-08-01 07:16:15 -04:00
..
t Fix protect-lib without sequential logic (#2492) 2020-08-01 07:16:15 -04:00
.gdbinit
.gitignore
CMakeLists.txt
driver.pl Update fstapi.c to latest (fix undefined thread behaviour) 2020-06-30 19:50:41 +01:00
input.vc
input.xsim.vc
Makefile
Makefile_obj
vgen.pl