3
0
Fork 0
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:
Clifford Wolf 2015-06-19 14:08:46 +02:00
parent 8a86162ae9
commit 8c79765de5
2 changed files with 60 additions and 14 deletions

View file

@ -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)))