- added missing IPF project files

- improved GHDL build script

git-svn-id: http://moon:8086/svn/vhdl/trunk@1432 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 15:38:01 +00:00
parent ed3b12acda
commit 85c1156549
18 changed files with 96 additions and 840 deletions
-1
View File
@@ -102,7 +102,6 @@ STIMULUS: process
wait for 1000*CLK_PERIOD;
assert false report "Test finished" severity error;
wait;
end process;
-1
View File
@@ -160,7 +160,6 @@ STIMULUS: process
wait for 300*CLK_PERIOD;
end loop;
assert false report "Test finished" severity error;
wait;
end process;
-1
View File
@@ -154,7 +154,6 @@ STIMULUS: process
file_close(RESULT);
assert false report "Test finished" severity failure;
wait;
end process;