mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 01:55:33 +00:00
7 lines
123 B
Bash
7 lines
123 B
Bash
#!/bin/bash
|
|
|
|
export REV="de2i"
|
|
|
|
quartus_map -c $REV top && \
|
|
quartus_fit -c $REV top && \
|
|
quartus_asm -c $REV top
|