From 111216e5cd579996ec8f498e155e9485580327e6 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Mon, 23 Jan 2012 11:09:41 -0800 Subject: Fix missing B100 core_compile (poor Git hygeine) --- usrp2/top/B100/core_compile | 1 + 1 file changed, 1 insertion(+) create mode 100755 usrp2/top/B100/core_compile (limited to 'usrp2/top') diff --git a/usrp2/top/B100/core_compile b/usrp2/top/B100/core_compile new file mode 100755 index 000000000..b2ccc8b49 --- /dev/null +++ b/usrp2/top/B100/core_compile @@ -0,0 +1 @@ +iverilog -Wall -y. -y ../../control_lib/ -y ../../fifo/ -y ../../gpif/ -y ../../models/ -y ../../sdr_lib/ -y ../../coregen/ -y ../../vrt/ -y ../../opencores/i2c/rtl/verilog/ -y ../../opencores/spi/rtl/verilog/ -y ../../timing/ -y ../../opencores/8b10b/ -I ../../opencores/spi/rtl/verilog/ -I ../../opencores/i2c/rtl/verilog/ -y ../../simple_gemac u1plus_core.v 2>&1 | grep -v timescale | grep -v coregen | grep -v models -- cgit v1.2.3