Commit 8db8ea19 authored by Andrey Filippov's avatar Andrey Filippov

Working on AHCI registers

parent 6efdc1f7
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>com.elphel.vdt.veditor.simulateBuilder</name> <name>com.elphel.vdt.veditor.simulateBuilder</name>
<arguments> <arguments>
...@@ -41,6 +46,7 @@ ...@@ -41,6 +46,7 @@
</buildSpec> </buildSpec>
<natures> <natures>
<nature>com.elphel.vdt.veditor.HdlNature</nature> <nature>com.elphel.vdt.veditor.HdlNature</nature>
<nature>org.python.pydev.pythonNature</nature>
</natures> </natures>
<linkedResources> <linkedResources>
<link> <link>
......
...@@ -100,6 +100,7 @@ axibram_write( ...@@ -100,6 +100,7 @@ axibram_write(
.dev_ready (1'b1), .dev_ready (1'b1),
.bram_wclk (), .bram_wclk (),
.bram_waddr (bram_waddr[15:0]), .bram_waddr (bram_waddr[15:0]),
.pre_bram_wen (),
.bram_wen (bram_wen), .bram_wen (bram_wen),
.bram_wstb (bram_wstb), .bram_wstb (bram_wstb),
.bram_wdata (bram_wdata) .bram_wdata (bram_wdata)
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment