proteusguy has quit [Remote host closed the connection]
proteusguy has joined #yosys
citypw has joined #yosys
dys has joined #yosys
shorne has quit [Ping timeout: 245 seconds]
shorne has joined #yosys
citypw has quit [Ping timeout: 258 seconds]
dys has quit [Ping timeout: 245 seconds]
citypw has joined #yosys
emeb_mac has quit [Ping timeout: 248 seconds]
kraiskil has joined #yosys
kraiskil has quit [Ping timeout: 248 seconds]
rohitksingh has joined #yosys
dys has joined #yosys
lutsabound has quit [Quit: Connection closed for inactivity]
citypw has quit [Ping timeout: 258 seconds]
rohitksingh has quit [Ping timeout: 272 seconds]
<pepijndevos_>
ZirconiumX, do you think it'd make sense to generate decoupling caps for every IC in the netlist?
<ZirconiumX>
pepijndevos_: Sure it would
rohitksingh has joined #yosys
lutsabound has joined #yosys
rohitksingh has quit [Ping timeout: 272 seconds]
<pepijndevos_>
What kind of person expects you to put a decoupling cap and put the vcc and gnd as far appart as possible...
<ZirconiumX>
pepijndevos_: Somebody who wants you to attach it to one of the pins, rather than both :P
<tnt>
I've seen entire boards with the cap soldered direction onto the IC pins, on top of the IC itself.
<tnt>
s/direction/directly/
<sorear>
love me a 1-terminal capacitor
<pepijndevos_>
ZirconiumX, https://imgur.com/a/PlAjAOE only thing left to do is check if the generated connections make sense and ad text.
<tpb>
Title: Imgur: The magic of the Internet (at imgur.com)
<pepijndevos_>
Not yet sure wha exactly to write. I don't have a fancy nickname like you so it'd be pepijn de vos and ZirconiumX. I also tend to use leftover PCBs as buisiness cards... although I have plenty by now
<ZirconiumX>
pepijndevos_: Feel free to use my real name if you think it fits better :P
<pepijndevos_>
How can I eecute a command *before* a script?
<pepijndevos_>
If I do yosys -p something -s script -p something it does script something something
<daveshah>
How about -p "something; script script.ys; something"
<pepijndevos_>
ah ok, lemme try
<pepijndevos_>
yay!
<pepijndevos_>
I can compile VHDL to 78xx!!!
<pepijndevos_>
Although... would it not make sense to have paths in scripts be relative to the script location?
<pepijndevos_>
I'm running a script from another directory and all the paths break
<daveshah>
Depends what you are doing
<pepijndevos_>
I guess you want both...
<daveshah>
Paths relative to the current directory sounds pretty conventional (e.g. a shell script)
<pepijndevos_>
yea, but often times at least in python scripts you seen funny hacks to get the path of the current script and then get the basedir from that to have script-relative paths
<pepijndevos_>
Basically my problem is that ZirconiumX made this beatiful script to synthesize to 74xx, but basically iy only works if you're in a subdir of the repo itself. Is there any way to package it in a more reusable way?
<daveshah>
There might be some way of doing it with the Tcl API