I am trying to run a cocotb test bench using cocotb 1.2, Icarus Verilog 0.9.7 with Testbench + Design: Python+SV/Verilog on edaplayground.
From what is seems, constructs like always_ff & always_comb do not work under the above settings, may I clarify if this is the case?
Is this applicable to all systemverilog constructs?
Hi,
I am trying to run a cocotb test bench using
cocotb 1.2, Icarus Verilog 0.9.7
withTestbench + Design: Python+SV/Verilog
on edaplayground. From what is seems, constructs like always_ff & always_comb do not work under the above settings, may I clarify if this is the case? Is this applicable to all systemverilog constructs?