Skip to content
Snippets Groups Projects
Commit d3587a7b authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Merge branch 'master' of git.astron.nl:desp/hdl

parents 28fd6aea 03350b9b
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@
{
datum _sortIndex
{
value = "12";
value = "11";
type = "int";
}
datum sopceditor_expanded
......@@ -136,7 +136,7 @@
{
datum _sortIndex
{
value = "11";
value = "10";
type = "int";
}
datum sopceditor_expanded
......@@ -231,7 +231,7 @@
{
datum _sortIndex
{
value = "15";
value = "14";
type = "int";
}
datum sopceditor_expanded
......@@ -331,7 +331,7 @@
{
datum _sortIndex
{
value = "14";
value = "13";
type = "int";
}
datum sopceditor_expanded
......@@ -384,7 +384,7 @@
{
datum _sortIndex
{
value = "13";
value = "12";
type = "int";
}
datum sopceditor_expanded
......@@ -410,7 +410,7 @@
{
datum _sortIndex
{
value = "10";
value = "15";
type = "int";
}
datum sopceditor_expanded
......
......@@ -373,7 +373,7 @@ BEGIN
------------------------------------------------------------------------------
proc_read_avs_regs : PROCESS
BEGIN
wait for 100ns;
wait for 100 ns;
avs_address(0) <= (others => '0');
avs_chipselect(0) <= '0';
avs_read(0) <= '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment