Update Config.scala

onlyStdLogicVectorAtTopLevelIo = false as it prevent VHDL / GHDL sim
This commit is contained in:
Dolu1990
2025-04-06 14:58:20 +02:00
committed by GitHub
parent 2aefabbbad
commit 976ceca3a3

View File

@@ -9,7 +9,7 @@ object Config {
defaultConfigForClockDomains = ClockDomainConfig(
resetActiveLevel = HIGH
),
onlyStdLogicVectorAtTopLevelIo = true
onlyStdLogicVectorAtTopLevelIo = false
)
def sim = SimConfig.withConfig(spinal).withFstWave