mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 07:38:44 +08:00
Update Config.scala
onlyStdLogicVectorAtTopLevelIo = false as it prevent VHDL / GHDL sim
This commit is contained in:
@@ -9,7 +9,7 @@ object Config {
|
||||
defaultConfigForClockDomains = ClockDomainConfig(
|
||||
resetActiveLevel = HIGH
|
||||
),
|
||||
onlyStdLogicVectorAtTopLevelIo = true
|
||||
onlyStdLogicVectorAtTopLevelIo = false
|
||||
)
|
||||
|
||||
def sim = SimConfig.withConfig(spinal).withFstWave
|
||||
|
Reference in New Issue
Block a user