From 0b424d555dd5369244a9e6205a3428246fde6c5f Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Wed, 18 Sep 2024 17:40:42 +0300 Subject: [PATCH] Create entrypoint.sh --- .github/workflows/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/entrypoint.sh diff --git a/.github/workflows/entrypoint.sh b/.github/workflows/entrypoint.sh new file mode 100644 index 0000000..076aab9 --- /dev/null +++ b/.github/workflows/entrypoint.sh @@ -0,0 +1,2 @@ +iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v +vvp transceiver