Commit 7313ec0d authored by David Cussans's avatar David Cussans

Fixing bug in build script. So, tagging a new version

parent ec85c371
......@@ -51,7 +51,7 @@ use work.ipbus.ALL;
entity top is
generic(
constant FW_VERSION : unsigned(31 downto 0):= X"1e000025"; -- Firmware revision. Remember to change this as needed.
constant FW_VERSION : unsigned(31 downto 0):= X"1e000026"; -- Firmware revision. Remember to change this as needed.
g_NUM_DUTS : positive := 4; -- <- was 3
g_NUM_TRIG_INPUTS :positive := 6;-- <- was 4
g_NUM_EDGE_INPUTS :positive := 6;-- <-- was 4
......
......@@ -2,7 +2,7 @@
# Put which branch of Git to use here...
IPBUS_BRANCH="-b v1.6"
TLU_BRANCH="-b master"
TLU_BRANCH="-b 1e000026"
echo "BUILD: Creating working directory"
[ -d work ] && echo "Directory Exists" || mkdir work
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment