update JT12

This commit is contained in:
Eugene Lozovoy
2024-09-10 17:07:34 +03:00
parent b695f6d37c
commit ba7d903e12
46 changed files with 2259 additions and 2448 deletions

View File

@ -1,4 +1,3 @@
`timescale 1ns / 1ps
/* This file is part of JT12.
@ -31,7 +30,7 @@ module jt12_exprom
(
input [7:0] addr,
input clk,
input clk_en,
input clk_en /* synthesis direct_enable */,
output reg [9:0] exp
);