proteusguy has quit [Remote host closed the connection]
proteusguy has joined #symbiflow
Bertl_oO is now known as Bertl_zZ
sorear_ has joined #symbiflow
swetland_ has joined #symbiflow
elms_ has joined #symbiflow
lopsided98_ has joined #symbiflow
ants` has joined #symbiflow
lopsided98 has quit [*.net *.split]
sorear has quit [*.net *.split]
mrhat2010[m] has quit [*.net *.split]
vitamin-q[m] has quit [*.net *.split]
elms has quit [*.net *.split]
swetland has quit [*.net *.split]
nats` has quit [*.net *.split]
swetland_ is now known as swetland
elms_ is now known as elms
sorear_ is now known as sorear
vitamin-q[m] has joined #symbiflow
mrhat2010[m] has joined #symbiflow
OmniMancer has joined #symbiflow
ants` is now known as nats`
Maya-sama has joined #symbiflow
hackkitten has quit [Ping timeout: 244 seconds]
Maya-sama has quit [Ping timeout: 258 seconds]
Miyu has joined #symbiflow
tweakoz has quit [Read error: Connection reset by peer]
vup has quit [Ping timeout: 258 seconds]
vup has joined #symbiflow
alexhw has joined #symbiflow
proteusguy has quit [Remote host closed the connection]
proteusguy has joined #symbiflow
noahh has joined #symbiflow
Bertl_zZ is now known as Bertl
celadon has quit [Ping timeout: 258 seconds]
celadon has joined #symbiflow
OmniMancer has quit [Quit: Leaving.]
<sf-slack2>
<butta> We are currently looking into making a blackbox model for DSPs so we can get some designs through routing (but obviously not bitstream generation). Does anyone have advice on how to do this? We are a bit confused about whether all the .pb_type.xml are generated from a .sim.v or if some are handwritten because we can't find .sim.v for the brams.
<sf-slack2>
<kgugala> @butta only a few pb_type.xmls are generated from sim.v files
<sf-slack2>
<kgugala> v2x (the tool used for generating xmls) does not support all the features we need to fully switch to generated xmls
<sf-slack2>
<kgugala> you're right - BRAMs are written by hand
<sf-slack2>
<butta> Oh okay that's helpful
<sf-slack2>
<butta> So to get a blackbox model for DSPs do we just need to write the .model.xml and the .pb_type.xml or is there other stuff we are missing?
<sf-slack2>
<kgugala> you need to include them somwhere in the upper level xml
<sf-slack2>
<kgugala> the add_file_target CMAKE function scans for all the included xmls and adds them to a dependency list
<sf-slack2>
<kgugala> and you need to have your pb_type and model included somewhere in the arch.xml