Doc changes

This commit is contained in:
Philip Smart
2020-04-30 23:52:56 +01:00
parent 01c0a500af
commit 9ae4e8a83b
4 changed files with 664 additions and 373 deletions

View File

@@ -29,6 +29,6 @@ package config_pkg is
constant DEBUG_ENABLE : integer := 1; -- Enable debug logic,
constant NEO_ENABLE : integer := 0; -- Enable local NEO430 IO processor,
constant STORM_ENABLE : integer := 1; -- Enable local STORM IO processor,
constant STORM_ENABLE : integer := 0; -- Enable local STORM IO processor,
end config_pkg;