diff options
| author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-03-28 12:55:16 +0100 |
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-03-28 13:00:23 +0100 |
| commit | 74a37475bafbe911604d163eb198171aa0918a21 (patch) | |
| tree | 3625965e90ed703449492690b294532ea69f9950 /top_simple/src/Config.scala | |
| parent | 9d8b7ca4eaf712a3251f985fd1e93a0f0e568c16 (diff) | |
add quartus synthesis for top_simple
Diffstat (limited to 'top_simple/src/Config.scala')
| -rw-r--r-- | top_simple/src/Config.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/top_simple/src/Config.scala b/top_simple/src/Config.scala index dbfe54b..682d463 100644 --- a/top_simple/src/Config.scala +++ b/top_simple/src/Config.scala @@ -5,7 +5,7 @@ import spinal.core.sim._ object Config { def spinal = SpinalConfig( - targetDirectory = "top_simple/gen", + targetDirectory = sys.props.getOrElse("spinalTargetDir", "top_simple/gen"), defaultConfigForClockDomains = ClockDomainConfig( resetActiveLevel = HIGH ), |
