edaplayground / eda-playground

EDA Playground -- The FREE IDE for SystemVerilog, Verilog, and VHDL
http://www.edaplayground.com
53 stars 17 forks source link

EDAPlayground : cocotb : always_ff, always_comb #67

Closed TomO700 closed 2 years ago

TomO700 commented 2 years ago

Hi,

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?

Matthew-P-T commented 2 years ago

I don't think Icarus Verilog supports SystemVerilog. Or at least the version on EDA Playground doesn't.

TomO700 commented 2 years ago

It does but not on edaplayground I think. Any workarounds to use system verilog and cocotb on edaplayground?