mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Allow SegmentedMemory to take different LinearMemorys.
This commit is contained in:
@@ -995,7 +995,7 @@ private:
|
||||
|
||||
LinearMemory<x86_model> linear_memory;
|
||||
Segments<x86_model, LinearMemory<x86_model>> segments;
|
||||
SegmentedMemory<x86_model> memory;
|
||||
SegmentedMemory<x86_model, LinearMemory<x86_model>> memory;
|
||||
|
||||
FlowController<pc_model> flow_controller;
|
||||
CPUControl<pc_model> cpu_control;
|
||||
|
||||
Reference in New Issue
Block a user