<pepijndevos>
How can I specify top-level parameters in Yosys?
<pepijndevos>
chparam maybe? trying..
<daveshah>
yeah chparam
<daveshah>
or hierarchy -chparam
<pepijndevos>
cool
<pepijndevos>
btw, yosys show always gives me a bunch of Cannot stat file /proc/4046/fd/29: Permission denied, is that something that's wrong on my end, or a bug?
<daveshah>
I've seen this recently too
<daveshah>
Haven't looked into it in detail
<daveshah>
Seems to be coming from fuser
<pepijndevos>
Yea, it seems to work regardless, so I've been ignoring it
<daveshah>
Running fuser on any file seems to trigger it, so I assume not a Yosys issue (I am on Arch, not sure what you are using)
jakobwenzel1 has joined #yosys
<pepijndevos>
also arch
jakobwenzel has quit [Remote host closed the connection]
jakobwenzel1 is now known as jakobwenzel
m4ssi has joined #yosys
massi_ has joined #yosys
m4ssi has quit [Excess Flood]
<pepijndevos>
Hrm, I'm trying to run synth_gowin without selecting a top module, but failing.
<pepijndevos>
synth_gowin -run coarse:
<pepijndevos>
that should run coarse and onwards, right?
<pepijndevos>
wait, maybe I actually finally got it right
<ZirconiumX>
That starts at coarse and then progresses
<ZirconiumX>
Which is...not meaningfully different to the default
<pepijndevos>
except it skips the hierarchy command which deletes all but one module
<pepijndevos>
Is there any reason the following would not work?