Some additions to the README file
tridoraemu: fix crash on invalid vmem addresses examples: removed 5cubes due to unclear licensing add stuff to gitignore, licenses, README import Vivado project added missing assembly files, extended .gitignore stdlib: use DEL instead of BS
This commit is contained in:
parent
284ebb3404
commit
951140467a
40 changed files with 11021 additions and 270 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,4 +1,7 @@
|
|||
*.s
|
||||
pcomp/*.s
|
||||
progs/*.s
|
||||
tests/*.s
|
||||
examples/*.s
|
||||
*.o
|
||||
*.exe
|
||||
*.bin
|
||||
|
|
@ -10,6 +13,7 @@
|
|||
*.sasmout
|
||||
*.lib
|
||||
*.img
|
||||
*.mem
|
||||
*.lsym
|
||||
*.zip
|
||||
go.sum
|
||||
|
|
@ -17,5 +21,12 @@ sine.pas
|
|||
graph.pas
|
||||
graph2.pas
|
||||
chase.pas
|
||||
*.img
|
||||
!runtime.s
|
||||
**/tridoracpu.*/
|
||||
rtl/arty-a7/mig_dram_0/_tmp/*
|
||||
rtl/arty-a7/mig_dram_0/doc/*
|
||||
rtl/arty-a7/mig_dram_0/mig_dram_0*
|
||||
rtl/arty-a7/mig_dram_0/xil_txt.*
|
||||
rtl/arty-a7/mig_dram_0/*.veo
|
||||
rtl/arty-a7/mig_dram_0/*.tcl
|
||||
rtl/arty-a7/mig_dram_0/*.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue