Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ hw/xilinx/MEGA65/ISE/iseconfig
hw/xilinx/MEGA65/ISE/webtalk_impact.xml
hw/xilinx/MEGA65/ISE/mega65.ipf
hw/xilinx/MEGA65/ISE/mega65_xdb
hw/xilinx/MEGA65/Vivado/*.jou
hw/xilinx/MEGA65/Vivado/*.str
hw/xilinx/MEGA65/Vivado/*.cache
hw/xilinx/MEGA65/Vivado/*.hw
hw/xilinx/MEGA65/Vivado/*.ip_user_files
hw/xilinx/MEGA65/Vivado/*.runs
hw/xilinx/MEGA65/Vivado/.Xil
hw/xilinx/MEGA65*/Vivado/*.jou
hw/xilinx/MEGA65*/Vivado/*.str
hw/xilinx/MEGA65*/Vivado/*.cache
hw/xilinx/MEGA65*/Vivado/*.hw
hw/xilinx/MEGA65*/Vivado/*.ip_user_files
hw/xilinx/MEGA65*/Vivado/*.runs
hw/xilinx/MEGA65*/Vivado/.Xil
hw/xilinx/MEGA65*/Vivado/MEGA65.sim
hw/xilinx/MEGA65
hw/xilinx/MEGA65/Vivado/MEGA65.sim
impact.xsl
impact_impact.xwbt
assembler/qasm
Expand Down
2 changes: 1 addition & 1 deletion emulator/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef struct uart
#define RESET_OUTPUT_PORT 15

//flag to ensure restoring a working terminal when closing the emulator by closing the SDL window
enum uart_status_t {uart_undef, uart_init, uart_rundown} uart_status;
enum uart_status_t {uart_undef, uart_init, uart_rundown};

unsigned int uart_read_register(uart *, unsigned int);
void uart_write_register(uart *, unsigned int, unsigned int);
Expand Down
405 changes: 405 additions & 0 deletions hw/xilinx/MEGA65-R6/Vivado/mega65.xdc

Large diffs are not rendered by default.

526 changes: 526 additions & 0 deletions hw/xilinx/MEGA65-R6/Vivado/mega65.xpr

Large diffs are not rendered by default.

Loading