Skip to content

Commit

Permalink
Change cpu0's local memory model to see local DDR memory parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjyang committed Jun 30, 2016
1 parent 38fa84c commit 6cbd2b8
Showing 1 changed file with 8 additions and 10 deletions.
Expand Up @@ -35,18 +35,11 @@ Packagehint=leap-platforms
File=modules/bluespec/common/fpgaenv/physical-platform/debuggers/null/null-debugger.awb
Packagehint=leap-platforms

[Local Memory Interface using BRAM]
File=modules/leap/virtual-platform/low-level-platform-interface/local-mem/local-mem-bram.awb
Packagehint=leap

[Common Physical Platform Utilities]
File=modules/bluespec/common/fpgaenv/physical-platform/utils/utils.awb
Packagehint=leap-platforms

[Local Memory Interface using BRAM/Params]
LOCAL_MEM_WRITE_LATENCY=4
LOCAL_MEM_READ_LATENCY=8
LOCAL_MEM_ADDR_BITS=10

[Null Remote Memory]
File=modules/leap/virtual-platform/low-level-platform-interface/remote-memory/null/null-remote-memory.awb
Expand Down Expand Up @@ -122,7 +115,7 @@ rrr=LI RRR Interface Module
remote_memory=Null Remote Memory
channelio=LI Channel Multiplexer
physical_platform_debugger=Null Physical Platform Debugger
local_mem=Local Memory Interface using BRAM
local_mem=Local Memory using DDR DRAM (burst holds at least one line)
physical_channel=BlueNoC PCIe Tunnel

[Low Level Platform LI]
Expand Down Expand Up @@ -206,9 +199,14 @@ Packagehint=leap
[RRR Common Module/Requires]
rrr_debug=RRR Debug Module

[Local Memory Interface using BRAM/Requires]
local_mem_interface=Local Memory Interface

[Local Memory Interface]
File=modules/leap/virtual-platform/low-level-platform-interface/local-mem/local-mem-interface/local-mem-interface.awb
Packagehint=leap

[Local Memory using DDR DRAM (burst holds at least one line)]
File=modules/leap/virtual-platform/low-level-platform-interface/local-mem/local-mem-ddr-wide.awb
Packagehint=leap

[Local Memory using DDR DRAM (burst holds at least one line)/Requires]
local_mem_interface=Local Memory Interface

0 comments on commit 6cbd2b8

Please sign in to comment.