<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
<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.