OpenCores
URL https://opencores.org/ocsvn/amber/amber/trunk

Subversion Repositories amber

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /amber/trunk/hw/vlog
    from Rev 2 to Rev 7
    Reverse comparison

Rev 2 → Rev 7

/system/memory_configuration.v
125,24 → 125,6
endfunction
 
 
// Core Module address space
function in_cm;
input [31:0] address;
begin
in_cm = address [31:16] == AMBER_CM_BASE;
end
endfunction
 
 
// System Controller address space
function in_sc;
input [31:0] address;
begin
in_sc = address [31:16] == AMBER_SC_BASE;
end
endfunction
 
 
// Timer Module address space
function in_tm;
input [31:0] address;
152,33 → 134,6
endfunction
 
 
// Real Time Clock address space
function in_rtc;
input [31:0] address;
begin
in_rtc = address [31:16] == AMBER_RTC_BASE;
end
endfunction
 
 
// Keyboard address space
function in_kbd;
input [31:0] address;
begin
in_kbd = address [31:16] == AMBER_KBD_BASE;
end
endfunction
 
 
// Mouse address space
function in_mouse;
input [31:0] address;
begin
in_mouse = address [31:16] == AMBER_MOUSE_BASE;
end
endfunction
 
 
// Test module
function in_test;
input [31:0] address;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.