mirror of https://github.com/YosysHQ/yosys.git
5 lines
132 B
Bash
5 lines
132 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
rm -rf work
|
||
|
LM_LICENSE_FILE=1702@`hostname` /opt/microsemi/Libero_SoC_v11.9/Libero/bin/libero SCRIPT:libero.tcl
|