8 lines
117 B
Bash
8 lines
117 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
rm -rf xcelium.d
|
||
|
|
|
||
|
|
xmvlog -sv -f ../source/sources.f top.sv
|
||
|
|
xmelab -timescale 1ps/1ps top
|