mirror of https://github.com/YosysHQ/yosys.git
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
export REV="de2i"
|
||
|
|
||
|
quartus_map -c $REV top && \
|
||
|
quartus_fit -c $REV top && \
|
||
|
quartus_asm -c $REV top
|