mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-17 09:56:40 +00:00
Progress in SMV back-end
This commit is contained in:
parent
8a86162ae9
commit
8c79765de5
2 changed files with 60 additions and 14 deletions
|
@ -6,7 +6,7 @@ rm -rf temp
|
|||
mkdir -p temp
|
||||
|
||||
../../yosys -p 'test_cell -muxdiv -w temp/test all'
|
||||
rm -f temp/test_{alu,fa,lcu,lut,macc}_*
|
||||
rm -f temp/test_{alu,fa,lcu,lut,macc,shiftx}_*
|
||||
|
||||
cat > temp/makefile << "EOT"
|
||||
all: $(addsuffix .ok,$(basename $(wildcard temp/test_*.il)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue