Commit 9ca6c50d authored by Lucas Russo's avatar Lucas Russo

hdl/syn/afc_v3/*: add new AFCv3 syn files

parent 17dcec40
target = "xilinx"
action = "synthesis"
syn_device = "xc7a200t"
syn_grade = "-1"
syn_package = "ffg1156"
syn_top = "dbe_bpm_dsp"
syn_project = "dbe_bpm_dsp.xise"
syn_tool = "ise"
modules = { "local" : [ "../../../top/afc_v3/dbe_bpm_dsp_fmc130m_4ch" ] };
This coulld work without the register duplication MAp set to ON,
as the violating NET is just a clock enable 2 NET. Even Though,
the MAX FANOUT constraint does not seem to be working as
the CE 2 NET is over 300 fanout
#!/bin/bash
COMMAND="(make clean; time make; date) 2>&1 | tee make_output &"
echo $COMMAND
eval $COMMAND
#!/bin/bash
COMMAND="(hdlmake; make cleanremote; time make remote; make sync; date) 2>&1 | tee make_output &"
echo $COMMAND
eval $COMMAND
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment