aboutsummaryrefslogtreecommitdiffstats
path: root/util/flashrom_tester/build.rs
blob: 3800c173eb7c19eeddb5ccebd3a5c736265a9e11 (plain)
1
2
3
4
5
extern crate built;

fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}
span> architecture test of crash is type t_mem2D is array (natural range <>, -- Address, specifies one word natural range <> -- Bit positions within a word ) of std_logic; begin -- architecture test process is variable var_array : t_mem2D(0 to 5, 7 downto 0); begin -- process assert var_array = t_mem2D'(X"DEAD", X"BEEF") report "var array error" severity error; wait; end process; end architecture test;