<mithro> Looks like we currently need a zybo harness in prjxray-db ?
<litghost> mithro: I actually thought we already had one.
<litghost> mithro: I'd hate to gate merging a patch because we don't have autoformatting
<tpb> Title: prjxray-db/zynq7 at master · SymbiFlow/prjxray-db · GitHub (at github.com)
<litghost> mithro: Ya, I saw that too
<mithro> litghost: Doing that now
somlo has joined #symbiflow
<mithro> (Generating the harness that is)
<litghost> right
<litghost> You might need to shrink the harness away from the IOB tiles
<litghost> But try it and see if the harness still generates
<tpb> Title: Building roi_harness for zybo fails · Issue #703 · SymbiFlow/prjxray · GitHub (at github.com)
<litghost> Ya, move the grid away from the IOB's
<litghost> Nvm, that isn't the issue
<litghost> Are you generating the harness with the zync db populated?
<mithro> I did it with whatever is the latest content in the published db
<litghost> Which unknown bit is in that base address?
<litghost> Ah
<litghost> Any change the BUFG drivers are in the ROI?
<litghost> Or the near the ROI, like 1 or 2 columns?
<litghost> chance*
<litghost> Because that error is saying that the ROI address range contains some unknown features, and in some cases symbiflow might zero them
<litghost> That address range corrisponds with the clock column
<litghost> Just double checked tilegrid, that base address does not contain a BUFG
<litghost> So there must be a bit in either the BUFG_REBUF or CLK_HROW_TOP_R we don't understand
<litghost> mithro: Attach the design.fasm or copy/paste the unknown features
<tpb> Title: Building roi_harness for zybo fails · Issue #703 · SymbiFlow/prjxray · GitHub (at github.com)
sunanda has joined #symbiflow
sunanda has quit [Client Quit]
<mithro> litghost: Attached
<mithro> litghost: Took me a while to figure out how to copy the file to a computer I could upload on and then figure out a file format github would accept
<litghost> mithro: Opps
<mithro> litghost: Do you know if the "WARNING: [Vivado 12-3286] Net, clk, could not be marked fixed. The net is either fully contained within a site or is unrouted." are normal?
<litghost> I do not know
<mithro> litghost: I have discovered an issue in the way I'm doing the Info.md -- it is hard to tell when the zynq db was last updated....
<litghost> mithro: I'm pretty certain it isn't an old DB. The relevant bit is just missing, meaning a problem with the fuzzer
<mithro> litghost: Looks like I get that warning with the artix7 harness too
<mithro> litghost: I think I just fail at using github...
<mithro> litghost: Looks like there are no CLK_HROW_CK_IN_L5 lines in the zynq7 at all...
<litghost> I noticed that too
<litghost> Like I said, probably a fuzzer bug.
<litghost> I think I disabled the IN_L5 fuzzing on zync because there were no MMCM or PLL's on that side of the chip, which was how I was fuzzing the L side pips. If we need the L side pips, then we'll have to use IOB's on the left side
<litghost> which is annoying
<tpb> Title: Limit target pips on zync to avoid unsolvable bits. · SymbiFlow/prjxray@bd42b80 · GitHub (at github.com)
<litghost> Maybe that was a mistake
<mithro> litghost: btw it looks like you always mispell zynq as zync :-P
<mithro> litghost: Removing that filter and the fuzzer still seems to run?
<mithro> litghost: Doesn't look like it solves any more bits however...
<mithro> litghost: How did you generate the "# In frame 0x0000139a 3 bits were not converted." bit?
<mithro> litghost: Adding the bits from the artix7 into zynq7 doesn't seem to solve the missing bits in the design
citypw has joined #symbiflow
proteusguy has joined #symbiflow
proteusguy has quit [Ping timeout: 252 seconds]
proteusguy has joined #symbiflow
OmniMancer has joined #symbiflow
Bertl_oO is now known as Bertl_zZ
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
lopsided98 has joined #symbiflow
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #symbiflow
citypw has quit [Ping timeout: 245 seconds]
citypw has joined #symbiflow
citypw has quit [Ping timeout: 245 seconds]
Bertl_zZ is now known as Bertl
celadon has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
citypw has joined #symbiflow
proteusguy has quit [Ping timeout: 245 seconds]
celadon has joined #symbiflow
proteusguy has joined #symbiflow
proteusguy has quit [Remote host closed the connection]
OmniMancer has quit [Quit: Leaving.]
<mithro> kgugala / acomodi: What is the status of stuff on zynq? It seems I can't generate a harness at the moment?
<tpb> Title: Building roi_harness for zybo fails · Issue #703 · SymbiFlow/prjxray · GitHub (at github.com)
<sf-slack1> <acomodi> Hi mithro: we are still working on the ROI harness minitest for the zynq that will enable UART through a PMOD and the leds
<sf-slack1> <acomodi> litghost: quick question about DRAMS: if a SLICEM is in DRAM mode some of its LUTs (except for LUTD) can operate in LUT mode right? This because I have seen that when using SLICEMs for carry chain, they do operate in `DRAMs` mode, but all the LUTs in SLICEM operate in `LUT` mode and none of them is actually a DRAM. I tried to remove the `LUT` mode from `ntemplate.N_dram.pb_type.xml` and SLICEM's were correctly
<sf-slack1> packed. This is not the solution, but at least I am sure of what is happening there now.
<litghost> acomodi: Correct. It appears the only requirement the hardware imposses is if any DRAM, D-LUT must be in RAM mode. Other 3 can be in any mode.
<sf-slack1> <kgugala> initial BEL timing fuzzer https://github.com/SymbiFlow/prjxray/pull/706
<tpb> Title: WIP: fuzzers: timings: add bel timing fuzzer by kgugala · Pull Request #706 · SymbiFlow/prjxray · GitHub (at github.com)
<litghost> mithro: I've formatted the SQL queries in https://github.com/SymbiFlow/symbiflow-arch-defs/pull/445
<tpb> Title: Initial SQLite3 XC7 routing graph implementation. by litghost · Pull Request #445 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<mithro> litghost: 3,632,632 kB == 3.6 gigabytes?
<mithro> litghost: IE you might want to use better units :-P
<litghost> mithro: Ya, GB. That is the output from /usr/bin/time, not the best units.
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow