Skip to content

Commit d4f928d

Browse files
committed
#20 add project_process_config.json and remove dsp.v
1 parent da21b62 commit d4f928d

File tree

4 files changed

+88
-227
lines changed

4 files changed

+88
-227
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.o
2+
impl
3+
nes.gprj.user

impl/project_process_config.json

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"Allow_Duplicate_Modules" : false,
3+
"Annotated_Properties_for_Analyst" : true,
4+
"BACKGROUND_PROGRAMMING" : "off",
5+
"COMPRESS" : false,
6+
"CRC_CHECK" : true,
7+
"Clock_Conversion" : true,
8+
"Clock_Route_Order" : 0,
9+
"Correct_Hold_Violation" : true,
10+
"DONE" : false,
11+
"DOWNLOAD_SPEED" : "default",
12+
"Default_Enum_Encoding" : "default",
13+
"Disable_Insert_Pad" : false,
14+
"ENCRYPTION_KEY" : false,
15+
"ENCRYPTION_KEY_TEXT" : "00000000000000000000000000000000",
16+
"FORMAT" : "binary",
17+
"FSM Compiler" : true,
18+
"Fanout_Guide" : 10000,
19+
"Frequency" : "Auto",
20+
"Generate_Constraint_File_of_Ports" : false,
21+
"Generate_IBIS_File" : false,
22+
"Generate_Plain_Text_Timing_Report" : false,
23+
"Generate_Post_PNR_Simulation_Model_File" : false,
24+
"Generate_Post_Place_File" : false,
25+
"Generate_SDF_File" : false,
26+
"Generate_VHDL_Post_PNR_Simulation_Model_File" : false,
27+
"GwSyn_Loop_Limit" : 2000,
28+
"HOTBOOT" : false,
29+
"I2C" : false,
30+
"I2C_SLAVE_ADDR" : "00",
31+
"Implicit_Initial_Value_Support" : false,
32+
"IncludePath" : [
33+
34+
],
35+
"Incremental_Compile" : "",
36+
"Initialize_Primitives" : false,
37+
"JTAG" : false,
38+
"MODE_IO" : false,
39+
"MSPI" : false,
40+
"Multiple_File_Compilation_Unit" : true,
41+
"Number_of_Critical_Paths" : "",
42+
"Number_of_Start/End_Points" : "",
43+
"OUTPUT_BASE_NAME" : "nes",
44+
"POWER_ON_RESET_MONITOR" : true,
45+
"PRINT_BSRAM_VALUE" : true,
46+
"PROGRAM_DONE_BYPASS" : false,
47+
"Pipelining" : true,
48+
"PlaceInRegToIob" : true,
49+
"PlaceIoRegToIob" : true,
50+
"PlaceOutRegToIob" : true,
51+
"Place_Option" : "0",
52+
"Process_Configuration_Verion" : "1.0",
53+
"Promote_Physical_Constraint_Warning_to_Error" : true,
54+
"Push_Tristates" : true,
55+
"READY" : false,
56+
"RECONFIG_N" : false,
57+
"Ram_RW_Check" : true,
58+
"Report_Auto-Placed_Io_Information" : false,
59+
"Resolve_Mixed_Drivers" : false,
60+
"Resource_Sharing" : true,
61+
"Retiming" : false,
62+
"Route_Maxfan" : 23,
63+
"Route_Option" : "0",
64+
"Run_Timing_Driven" : true,
65+
"SECURE_MODE" : false,
66+
"SECURITY_BIT" : true,
67+
"SPI_FLASH_ADDR" : "00000000",
68+
"SSPI" : true,
69+
"Show_All_Warnings" : false,
70+
"Synthesis On/Off Implemented as Translate On/Off" : false,
71+
"Synthesize_tool" : "GowinSyn",
72+
"TclPre" : "",
73+
"TopModule" : "NES_Tang20k",
74+
"USERCODE" : "default",
75+
"Unused_Pin" : "As_input_tri_stated_with_pull_up",
76+
"Update_Compile_Point_Timing_Data" : false,
77+
"Use_Clock_Period_for_Unconstrainted IO" : false,
78+
"VCCAUX" : 3.3,
79+
"VHDL_Standard" : "VHDL_Std_1993",
80+
"Verilog_Standard" : "Vlg_Std_Sysv2017",
81+
"WAKE_UP" : "0",
82+
"Write_Vendor_Constraint_File" : true,
83+
"dsp_balance" : false,
84+
"show_all_warnings" : false,
85+
"turn_off_bg" : false
86+
}

nes.gprj

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<File path="src/compat.v" type="file.verilog" enable="1"/>
1212
<File path="src/config.sv" type="file.verilog" enable="1"/>
1313
<File path="src/cpu.v" type="file.verilog" enable="1"/>
14-
<File path="src/dsp.v" type="file.verilog" enable="1"/>
1514
<File path="src/dualshock_controller.v" type="file.verilog" enable="1"/>
1615
<File path="src/game_loader.v" type="file.verilog" enable="1"/>
1716
<File path="src/gowin_clkdiv/gowin_clkdiv.v" type="file.verilog" enable="1"/>

src/dsp.v

-226
This file was deleted.

0 commit comments

Comments
 (0)