mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +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
|