mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Add logic param and integer bad syntax tests
Signed-off-by: Kamil Rakoczy <[email protected]>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
logger -expect error "syntax error, unexpected TOK_REAL" 1
|
||||
read_verilog -sv <<EOT
|
||||
module test_integer_real();
|
||||
parameter integer real a = 0;
|
||||
endmodule
|
||||
EOT
|
||||
Reference in New Issue
Block a user