<promach>
Would it be nicer to use negative edge triggered 'reset' compared to its positive edge triggered counterparts ?
sammylin has joined #yosys
PyroPeter has quit [Ping timeout: 248 seconds]
PyroPeter has joined #yosys
sammylin has quit [Ping timeout: 258 seconds]
_whitelogger has joined #yosys
gnufan_home has joined #yosys
GoldRin has joined #yosys
vonnieda has joined #yosys
promach has quit [Quit: WeeChat 2.4]
_whitelogger has joined #yosys
dys has quit [Ping timeout: 245 seconds]
gnufan_home has quit [Ping timeout: 248 seconds]
gnufan_home has joined #yosys
futarisIRCcloud has quit [*.net *.split]
MoeIcenowy has quit [*.net *.split]
dxld has quit [*.net *.split]
flaviusb has quit [*.net *.split]
corecode has quit [*.net *.split]
tnt has quit [*.net *.split]
jryans has quit [*.net *.split]
nrossi has quit [*.net *.split]
alexhw has quit [*.net *.split]
X-Scale has quit [*.net *.split]
ZipCPU has quit [*.net *.split]
Wolf480pl has quit [*.net *.split]
attie has quit [*.net *.split]
knielsen has quit [*.net *.split]
awordnot has quit [*.net *.split]
dys has joined #yosys
futarisIRCcloud has joined #yosys
MoeIcenowy has joined #yosys
dxld has joined #yosys
corecode has joined #yosys
jryans has joined #yosys
flaviusb has joined #yosys
tnt has joined #yosys
nrossi has joined #yosys
alexhw has joined #yosys
ZipCPU has joined #yosys
X-Scale has joined #yosys
Wolf480pl has joined #yosys
attie has joined #yosys
awordnot has joined #yosys
knielsen has joined #yosys
rohitksingh has joined #yosys
futarisIRCcloud has quit [Ping timeout: 252 seconds]
vonnieda_ has joined #yosys
vonnieda has quit [Ping timeout: 250 seconds]
futarisIRCcloud has joined #yosys
flaviusb has quit [Ping timeout: 252 seconds]
flaviusb has joined #yosys
gsi__ is now known as gsi_
s_frit has joined #yosys
rohitksingh has quit [Ping timeout: 248 seconds]
Jybz has joined #yosys
Jybz has quit [Ping timeout: 258 seconds]
Jybz has joined #yosys
rohitksingh has joined #yosys
GoldRin has quit [Remote host closed the connection]
vidbina has joined #yosys
maikmerten has joined #yosys
rohitksingh has quit [Ping timeout: 245 seconds]
mms has joined #yosys
rohitksingh has joined #yosys
dys has quit [Ping timeout: 245 seconds]
dys has joined #yosys
dys has quit [Ping timeout: 272 seconds]
mms has left #yosys ["Leaving"]
_whitelogger has joined #yosys
_whitelogger has joined #yosys
emeb has joined #yosys
SpaceCoaster has joined #yosys
gnufan_home has quit [Ping timeout: 248 seconds]
emeb has quit [Quit: Leaving.]
gnufan_home has joined #yosys
citypw has joined #yosys
AlexDaniel has joined #yosys
maikmerten has quit [Remote host closed the connection]
emeb_mac has joined #yosys
emeb_mac has quit [Ping timeout: 245 seconds]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
citypw has quit [Ping timeout: 246 seconds]
gnufan_home has quit [Quit: Leaving.]
gnufan_home has joined #yosys
vidbina has quit [Ping timeout: 246 seconds]
<ZirconiumX>
Here's a probably quite cursed idea.
<ZirconiumX>
Yosys supports reading Verilog, optimising it, and writing it as BLIF
<ZirconiumX>
If you then use misII, which is a UCB tool from the 90's, you can read BLIF and turn it into 74-series logic
<ZirconiumX>
"But why?"
<ZirconiumX>
Good question
<tnt>
Why cursed ? I mean, if you need some logic done in 7400 that could be a totally valid way to find a solution possibly better than what you can come up with manually.
<ZirconiumX>
True, but it's a very hacky way of doing it
<tnt>
Maybe yosys has a 74 series mapping library natively ?
<ZirconiumX>
That's a question; how would you write one?
<tnt>
no clue
rohitksingh has quit [Ping timeout: 246 seconds]
rohitksingh has joined #yosys
<ZipCPU>
ZirconiumX: Check out the ABC pass. synch + abc can be used to map a design to a variety of simpler logic circuits, such as you might use with 74-series logic. It's not specific to it, but I think it should work
<ZipCPU>
"But why?" My son came home from college a semester ago with a requirement to design a particular 7-seg display circuit from straight logic gates. It's a whole lot easier to design and test in Verilog. Why no use Verilog, formally verify it, and then map it to gates using Yosys?