mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-18 18:44:43 -04:00
4 lines
134 B
Bash
Executable file
4 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
# runxst top_entity file device vhdl|verilog
|
|
echo run -top $1 -ifn $2 -ifmt $4 -p $3 -ofn $1 -iobuf no -bus_delimiter "()"
|
|
|