mirror of https://github.com/zxdos/zxuno.git
Algunos ajustes más
This commit is contained in:
parent
757d0afa84
commit
8365ef5bc9
|
|
@ -21,7 +21,7 @@
|
|||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module jupiter_ace (
|
||||
module fpga_ace (
|
||||
input wire clkram,
|
||||
input wire clk65,
|
||||
input wire clkcpu,
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ verilog work "jace_logic.v"
|
|||
verilog work "relojes.v"
|
||||
verilog work "keyboard_for_ace.v"
|
||||
verilog work "fpga_ace.v"
|
||||
verilog work "tld_jace_spartan6.v"
|
||||
verilog work "jupiter_ace.v"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
// Additional Comments:
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
module tld_jace_spartan6 (
|
||||
module jupiter_ace (
|
||||
input wire clk50mhz,
|
||||
input wire clkps2,
|
||||
input wire dataps2,
|
||||
|
|
@ -70,7 +70,7 @@ module tld_jace_spartan6 (
|
|||
.CLK_OUT4() // Super CPU clock (just a test)
|
||||
);
|
||||
|
||||
jupiter_ace the_core (
|
||||
fpga_ace the_core (
|
||||
.clkram(clkram),
|
||||
.clk65(clk65),
|
||||
.clkcpu(clkcpu),
|
||||
|
|
|
|||
Loading…
Reference in New Issue