A tiny Open POWER ISA softcore written in VHDL 2008
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
library ieee; |
|
use ieee.std_logic_1164.all; |
|
|
|
library work; |
|
|
|
package git is |
|
constant GIT_HASH : std_ulogic_vector(55 downto 0) := x"@hash@"; |
|
constant GIT_DIRTY : std_ulogic := '@dirty@'; |
|
end git;
|
|
|