mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
c85589371a
* 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> |
||
---|---|---|
.. | ||
t | ||
.gdbinit | ||
.gitignore | ||
CMakeLists.txt | ||
driver.pl | ||
input.vc | ||
input.xsim.vc | ||
Makefile | ||
Makefile_obj | ||
vgen.pl |