summaryrefslogtreecommitdiff
path: root/2004
diff options
context:
space:
mode:
authorprot2004-02-25 12:34:35 +0000
committerprot2004-02-25 12:34:35 +0000
commit8e9ab78e5c440b09dac2a743e318bc8f4efa0670 (patch)
treecba5d73ea4d3a4a45399e4543e485e26a0561c8a /2004
parente6a9408accc210877fdfbc564d8919f5372fa2ea (diff)
Rien
Diffstat (limited to '2004')
-rw-r--r--2004/n/fpga/src/registre/registre.sws2
-rw-r--r--2004/n/fpga/src/registre/test_reg.vhd3
2 files changed, 3 insertions, 2 deletions
diff --git a/2004/n/fpga/src/registre/registre.sws b/2004/n/fpga/src/registre/registre.sws
index 42050e1..07969d3 100644
--- a/2004/n/fpga/src/registre/registre.sws
+++ b/2004/n/fpga/src/registre/registre.sws
@@ -96,7 +96,7 @@
# Begin description of library registre
[library]
name = registre
- toplevel = testreg
+ toplevel = testreg(sim1)
[options]
[booloption]
name = -87
diff --git a/2004/n/fpga/src/registre/test_reg.vhd b/2004/n/fpga/src/registre/test_reg.vhd
index 934a939..79e7897 100644
--- a/2004/n/fpga/src/registre/test_reg.vhd
+++ b/2004/n/fpga/src/registre/test_reg.vhd
@@ -51,7 +51,7 @@ begin
);
bus_address <= "0001001100" ,
- "0000000001" after 40 ns;
+ "0000000001" after 80 ns;
-- "0000001101" after 100 ns;
-- "0000001100" after 100 ns;
@@ -72,3 +72,4 @@ configuration cf1 of testreg is
end cf1;
+