3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Remove references to ilang

This commit is contained in:
Krystine Sherwin 2024-11-05 12:36:31 +13:00
parent 52c231dd64
commit ee73a91f44
No known key found for this signature in database
28 changed files with 39 additions and 69 deletions

View file

@ -1,2 +1,2 @@
read_ilang bug1630.il.gz
read_rtlil bug1630.il.gz
abc9 -lut 4

View file

@ -1,4 +1,4 @@
read_ilang << EOF
read_rtlil << EOF
module \top

View file

@ -1,4 +1,4 @@
read_ilang <<EOT
read_rtlil <<EOT
# Generated by Yosys 0.9+1706 (git sha1 58ab9f60, clang 6.0.0-1ubuntu2 -fPIC -Os)
autoidx 2815
attribute \src "../hdl/mem/ahb_async_sram_halfwidth.v:9"

View file

@ -1,2 +1,2 @@
read_ilang bug1644.il.gz
read_rtlil bug1644.il.gz
synth_ice40 -top top -dsp -json adc_dac_pass_through.json -run :map_bram

View file

@ -1,4 +1,4 @@
read_ilang << EOF
read_rtlil << EOF
module \top

View file

@ -1,4 +1,4 @@
read_ilang <<EOT
read_rtlil <<EOT
module \mod
wire input 1 \clk

View file

@ -1,4 +1,4 @@
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 4 input 0 \S

View file

@ -1,3 +1,3 @@
read_ilang opt_lut_elim.il
read_rtlil opt_lut_elim.il
opt_lut
select -assert-count 0 t:$lut

View file

@ -1,4 +1,4 @@
read_ilang << EOF
read_rtlil << EOF
module \top

View file

@ -1,3 +1,3 @@
read_ilang opt_lut_port.il
read_rtlil opt_lut_port.il
opt_lut
select -assert-count 2 t:$lut

View file

@ -1,4 +1,4 @@
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 12 input 0 \A
@ -22,7 +22,7 @@ select -assert-count 1 t:$bmux r:WIDTH=4 %i
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 6 input 0 \A
@ -46,7 +46,7 @@ select -assert-count 0 t:$bmux
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 160 input 0 \A
@ -70,7 +70,7 @@ select -assert-count 1 t:$bmux r:S_WIDTH=2 %i
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 10 input 0 \A
@ -95,7 +95,7 @@ select -assert-count 1 t:$mux
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 5 input 0 \A

View file

@ -1,4 +1,4 @@
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 4 input 0 \A
@ -22,7 +22,7 @@ select -assert-count 1 t:$demux r:WIDTH=4 %i
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 2 input 1 \S
@ -45,7 +45,7 @@ select -assert-count 0 t:$demux
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 5 input 0 \A
@ -69,7 +69,7 @@ select -assert-count 1 t:$demux r:S_WIDTH=2 %i
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 5 input 0 \A

View file

@ -1,4 +1,4 @@
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 4 input 1 \a
wire width 2 input 2 \b

View file

@ -188,7 +188,7 @@ equiv_opt -assert -run prepare: dummy
design -reset
read_ilang <<EOT
read_rtlil <<EOT
module \m
wire width 3 input 1 \a

View file

@ -5,7 +5,7 @@ def derive(module, parameters):
assert module == r"python_inv"
if parameters.keys() != {r"\width"}:
raise ValueError("Invalid parameters")
return "ilang", r"""
return "rtlil", r"""
module \impl
wire width {width:d} input 1 \i
wire width {width:d} output 2 \o

View file

@ -1,4 +1,4 @@
read_ilang <<EOT
read_rtlil <<EOT
module \top
wire input 3 \A
wire width 2 input 2 \B

View file

@ -8,7 +8,7 @@ EOT
cat > $1.ys <<EOT
echo on
read_ilang $1.il
read_rtlil $1.il
hierarchy; proc; opt
rename -top uut
design -save gold

View file

@ -1,4 +1,4 @@
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 4 input 0 \S
@ -21,7 +21,7 @@ equiv_opt -assert bmuxmap -pmux
###
design -reset
read_ilang << EOT
read_rtlil << EOT
module \top
wire width 10 input 0 \A

View file

@ -1,4 +1,4 @@
read_ilang <<EOT
read_rtlil <<EOT
autoidx 2
module \top
wire output 3 $y

View file

@ -1,4 +1,4 @@
read_ilang << EOF
read_rtlil << EOF
module \top
wire input 1 \A
wire output 2 \Y

View file

@ -1,4 +1,4 @@
read_ilang << EOT
read_rtlil << EOT
module \top
wire $a

View file

@ -1,6 +1,6 @@
# https://github.com/yosyshq/yosys/issues/2035
read_ilang <<END
read_rtlil <<END
module \top
wire width 1 input 0 \halfbrite
wire width 2 output 1 \r_on