Commit 93240baa authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Changing gateware version to v4.0

This commit contains the addition of a dedicated hardware module to
interface to the DS18B20 thermometer chip instead of the Wishbone one-wire
master that was previously implemented.
parent 10351064
conv-common-gw @ 6da4b6e4
Subproject commit 3ae0cfc27599e426d1eeb47bb4312a88a4aff160
Subproject commit 6da4b6e4ec50b6a429d6ab42b07ffb7853a6e0aa
This diff is collapsed.
......@@ -164,7 +164,7 @@ architecture arch of conv_ttl_blo is
constant c_board_id : std_logic_vector(31 downto 0) := x"54424c4f";
-- Gateware version
constant c_gwvers : std_logic_vector(7 downto 0) := x"30";
constant c_gwvers : std_logic_vector(7 downto 0) := x"40";
--============================================================================
-- Type declarations
......
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