non gate-level verilog code generated using synth_xilinx mode #4095
-
Using: Yosys 0.36 (git sha1 8f07a0d, clang 15.0.0 -fPIC -Os) if(!(! ((io_cpu_writeBack_isValid && (! io_cpu_writeBack_haltIt)) && io_cpu_writeBack_isStuck))) begin
$display("ERROR writeBack stuck by another plugin is not allowed");
end synthesized as: always @(posedge clk) begin
if (_132_)
$write("ERROR writeBack stuck by another plugin is not allowed\n");
end This fails to be parsed in the gate level verilog parser I'm using and I'm not sure if this can be parsed in Vivado backend (I don't have access to Vivado so I cannot test this unfortunately). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Support for |
Beta Was this translation helpful? Give feedback.
I opened #4122, we'll discuss the best approach to take