mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-02 08:10:46 +00:00
Improved xsthammer quartus support
This commit is contained in:
parent
14c84c111b
commit
cd33db25d1
2 changed files with 484 additions and 1 deletions
|
@ -81,7 +81,7 @@ done
|
|||
echo "read_ilang ${job}_top_techmap.il"
|
||||
echo "sat -timeout 60 -verify-no-timeout -show a,b,y_rtl,y_syn -prove y_rtl y_syn ${job}_top_nomap"
|
||||
echo "sat -timeout 60 -verify-no-timeout -show a,b,y_rtl,y_syn -prove y_rtl y_syn ${job}_top_techmap"
|
||||
if [[ $job != expression_* ]]; then
|
||||
if [[ $job != expression_* ]] && ! $use_quartus && ! $use_vivado; then
|
||||
echo "eval -brute_force_equiv_checker ${job}_rtl_nomap ${job}_syn_nomap"
|
||||
echo "eval -brute_force_equiv_checker ${job}_rtl_techmap ${job}_syn_techmap"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue