error out for PCWM-L, port width mismatch
This commit is contained in:
parent
15fb4730ec
commit
70b0f9fd4d
@ -33,7 +33,7 @@ verilog: $(sim_vsrcs)
|
|||||||
|
|
||||||
VCS = vcs -full64
|
VCS = vcs -full64
|
||||||
|
|
||||||
VCS_OPTS = -notice -line +lint=all,noVCDE,noONGS,noUI -timescale=1ns/10ps -quiet \
|
VCS_OPTS = -notice -line +lint=all,noVCDE,noONGS,noUI -error=PCWM-L -timescale=1ns/10ps -quiet \
|
||||||
+rad +v2k +vcs+lic+wait \
|
+rad +v2k +vcs+lic+wait \
|
||||||
+vc+list -CC "-I$(VCS_HOME)/include" \
|
+vc+list -CC "-I$(VCS_HOME)/include" \
|
||||||
-CC "-I$(RISCV)/include" \
|
-CC "-I$(RISCV)/include" \
|
||||||
|
@ -32,7 +32,7 @@ verilog: $(sim_vsrcs)
|
|||||||
|
|
||||||
VCS = vcs -full64
|
VCS = vcs -full64
|
||||||
|
|
||||||
VCS_OPTS = -notice -line +lint=all,noVCDE,noONGS,noUI -timescale=1ns/10ps -quiet \
|
VCS_OPTS = -notice -line +lint=all,noVCDE,noONGS,noUI -error=PCWM-L -timescale=1ns/10ps -quiet \
|
||||||
+rad +v2k +vcs+lic+wait \
|
+rad +v2k +vcs+lic+wait \
|
||||||
+vc+list -CC "-I$(VCS_HOME)/include" \
|
+vc+list -CC "-I$(VCS_HOME)/include" \
|
||||||
-CC "-I$(RISCV)/include" \
|
-CC "-I$(RISCV)/include" \
|
||||||
|
Loading…
Reference in New Issue
Block a user