mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-23 08:08:43 +08:00
1.0.4 update
This commit is contained in:
@@ -13,8 +13,6 @@ object MyTopLevelSim {
|
||||
SimConfig(new MyTopLevel).withWave.doManagedSim{dut =>
|
||||
|
||||
//Fork a process to generate the reset and the clock on the dut
|
||||
dut.clockDomain.disassertReset() //Verilator sim fix, will be fixed in SpinalHDL 1.0.4
|
||||
sleep(0)
|
||||
dut.clockDomain.forkStimulus(period = 10)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user