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
32 lines
452 B
Text
32 lines
452 B
Text
pcomp/*.s
|
|
progs/*.s
|
|
tests/*.s
|
|
examples/*.s
|
|
*.o
|
|
*.exe
|
|
*.bin
|
|
*.sym
|
|
*.swp
|
|
*.prog
|
|
*.out
|
|
*.dis
|
|
*.sasmout
|
|
*.lib
|
|
*.img
|
|
*.mem
|
|
*.lsym
|
|
*.zip
|
|
go.sum
|
|
sine.pas
|
|
graph.pas
|
|
graph2.pas
|
|
chase.pas
|
|
!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
|