mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-03 21:09:12 +00:00
Fixed vivado related xsthammer bugs
This commit is contained in:
parent
940f838dae
commit
92a5961fd3
3 changed files with 14 additions and 2 deletions
|
|
@ -32,6 +32,11 @@ cat ../../xl_cells.v ../../cy_cells.v > cells.v
|
|||
echo -n > fail_patterns.txt
|
||||
for p in syn_vivado syn_quartus syn_xst syn_yosys rtl; do
|
||||
for q in syn_vivado syn_quartus syn_xst syn_yosys rtl; do
|
||||
if test -f result.${q}.${p}.txt; then
|
||||
cp result.${q}.${p}.txt result.${p}.${q}.txt
|
||||
continue
|
||||
fi
|
||||
|
||||
{
|
||||
echo "read_verilog -DGLBL $p.v"
|
||||
echo "rename $job ${job}_1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue