mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
f544c44a08
-Access without symmetry was awkward, now we can reach regs from TX or RX side -Removes a special path for mailbox (came for free) -At the same time reduced clock complexity (one clock for system!!) -Moved mailbox to top level -Changed main clock to "sys_clk" for all
22 lines
205 B
Plaintext
22 lines
205 B
Plaintext
######################
|
|
# Compiled binaries
|
|
*.elf
|
|
*.o
|
|
*.e
|
|
*.d
|
|
*.out
|
|
*.trace
|
|
######################
|
|
# Emacs/vim/gedit backup files
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
*#
|
|
*.bak
|
|
|
|
#######################
|
|
# Log files
|
|
*.log
|
|
*.jou
|
|
|