Skip to content

Commit

Permalink
improve dualshock2 controller stability
Browse files Browse the repository at this point in the history
  • Loading branch information
nand2mario committed Nov 1, 2023
1 parent 763b419 commit f410c2a
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 518 deletions.
7 changes: 4 additions & 3 deletions impl/project_process_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ERROR_INJECTION" : false,
"EXTERNAL_MASTER_CONFIG_CLOCK" : false,
"FORMAT" : "binary",
"FREQUENCY_DIVIDER" : "",
"FREQUENCY_DIVIDER" : "1",
"FSM Compiler" : true,
"Fanout_Guide" : 10000,
"Frequency" : "Auto",
Expand All @@ -36,7 +36,7 @@
"Generate_VHDL_Post_PNR_Simulation_Model_File" : false,
"GwSyn_Loop_Limit" : 2000,
"HOTBOOT" : false,
"I2C" : false,
"I2C" : true,
"I2C_SLAVE_ADDR" : "00",
"Implicit_Initial_Value_Support" : false,
"IncludePath" : [
Expand All @@ -50,14 +50,15 @@
"MSPI_JUMP" : false,
"MULTIBOOT_ADDRESS_WIDTH" : "24",
"MULTIBOOT_MODE" : "Normal",
"MULTIBOOT_SPI_FLASH_ADDRESS" : "00000000",
"MULTIBOOT_SPI_FLASH_ADDRESS" : "000000",
"MULTIJUMP_ADDRESS_WIDTH" : "24",
"MULTIJUMP_MODE" : "Normal",
"MULTIJUMP_SPI_FLASH_ADDRESS" : "000000",
"Multi_Boot" : true,
"Multiple_File_Compilation_Unit" : true,
"Number_of_Critical_Paths" : "",
"Number_of_Start/End_Points" : "",
"OSC_DIVIDER" : "8",
"OUTPUT_BASE_NAME" : "nes",
"POWER_ON_RESET_MONITOR" : true,
"PRINT_BSRAM_VALUE" : true,
Expand Down
Loading

0 comments on commit f410c2a

Please sign in to comment.