OpenCores
URL https://opencores.org/ocsvn/neo430/neo430/trunk

Subversion Repositories neo430

[/] - Rev 139

Rev

Directory listing | View Log | Compare with Previous | RSS feed

Last modification

  • Rev 139, 2018-02-12 02:11:52 GMT
  • Author: zero_gravity
  • Log message:
    - re-init of repository
Path
/neo430/trunk/doc
/neo430/trunk/doc/figures
/neo430/trunk/doc/figures/neo430_arch.png
/neo430/trunk/doc/figures/oshw_logo.png
/neo430/trunk/doc/figures/test_setup.jpg
/neo430/trunk/doc/NEO430.pdf
/neo430/trunk/doc/wbspec_b4.pdf
/neo430/trunk/issue_template.md
/neo430/trunk/LICENSE
/neo430/trunk/README.md
/neo430/trunk/rtl
/neo430/trunk/rtl/core
/neo430/trunk/rtl/core/neo430_addr_gen.vhd
/neo430/trunk/rtl/core/neo430_alu.vhd
/neo430/trunk/rtl/core/neo430_application_image.vhd
/neo430/trunk/rtl/core/neo430_bootloader_image.vhd
/neo430/trunk/rtl/core/neo430_boot_rom.vhd
/neo430/trunk/rtl/core/neo430_cfu.vhd
/neo430/trunk/rtl/core/neo430_control.vhd
/neo430/trunk/rtl/core/neo430_cpu.vhd
/neo430/trunk/rtl/core/neo430_crc.vhd
/neo430/trunk/rtl/core/neo430_dmem.vhd
/neo430/trunk/rtl/core/neo430_gpio.vhd
/neo430/trunk/rtl/core/neo430_imem.vhd
/neo430/trunk/rtl/core/neo430_muldiv.vhd
/neo430/trunk/rtl/core/neo430_package.vhd
/neo430/trunk/rtl/core/neo430_pwm.vhd
/neo430/trunk/rtl/core/neo430_reg_file.vhd
/neo430/trunk/rtl/core/neo430_sysconfig.vhd
/neo430/trunk/rtl/core/neo430_timer.vhd
/neo430/trunk/rtl/core/neo430_top.vhd
/neo430/trunk/rtl/core/neo430_usart.vhd
/neo430/trunk/rtl/core/neo430_wb_interface.vhd
/neo430/trunk/rtl/core/neo430_wdt.vhd
/neo430/trunk/rtl/top_templates
/neo430/trunk/rtl/top_templates/neo430_test.vhd
/neo430/trunk/rtl/top_templates/neo430_top_avm.vhd
/neo430/trunk/rtl/top_templates/neo430_top_axi4lite.vhd
/neo430/trunk/rtl/top_templates/neo430_top_std_logic.vhd
/neo430/trunk/rtl/top_templates/README.txt
/neo430/trunk/sim
/neo430/trunk/sim/ISIM
/neo430/trunk/sim/ISIM/neo430_tb.wcfg
/neo430/trunk/sim/modelsim
/neo430/trunk/sim/modelsim/simulate.do
/neo430/trunk/sim/modelsim/wave.do
/neo430/trunk/sim/neo430_tb.vhd
/neo430/trunk/sw
/neo430/trunk/sw/bootloader
/neo430/trunk/sw/bootloader/bootloader.c
/neo430/trunk/sw/bootloader/boot_crt0.asm
/neo430/trunk/sw/bootloader/boot_linker_script.x
/neo430/trunk/sw/bootloader/make.bat
/neo430/trunk/sw/bootloader/Makefile
/neo430/trunk/sw/common
/neo430/trunk/sw/common/compile.bat
/neo430/trunk/sw/common/crt0.asm
/neo430/trunk/sw/common/Makefile
/neo430/trunk/sw/common/neo430_linker_script.x
/neo430/trunk/sw/example
/neo430/trunk/sw/example/blink_led
/neo430/trunk/sw/example/blink_led/main.c
/neo430/trunk/sw/example/blink_led/make.bat
/neo430/trunk/sw/example/blink_led/Makefile
/neo430/trunk/sw/example/cfu_test
/neo430/trunk/sw/example/cfu_test/main.c
/neo430/trunk/sw/example/cfu_test/make.bat
/neo430/trunk/sw/example/cfu_test/Makefile
/neo430/trunk/sw/example/crc_test
/neo430/trunk/sw/example/crc_test/main.c
/neo430/trunk/sw/example/crc_test/make.bat
/neo430/trunk/sw/example/crc_test/Makefile
/neo430/trunk/sw/example/game_of_life
/neo430/trunk/sw/example/game_of_life/main.c
/neo430/trunk/sw/example/game_of_life/make.bat
/neo430/trunk/sw/example/game_of_life/Makefile
/neo430/trunk/sw/example/hw_analysis
/neo430/trunk/sw/example/hw_analysis/main.c
/neo430/trunk/sw/example/hw_analysis/make.bat
/neo430/trunk/sw/example/hw_analysis/Makefile
/neo430/trunk/sw/example/morse_translator
/neo430/trunk/sw/example/morse_translator/main.c
/neo430/trunk/sw/example/morse_translator/make.bat
/neo430/trunk/sw/example/morse_translator/Makefile
/neo430/trunk/sw/example/muldiv_test
/neo430/trunk/sw/example/muldiv_test/main.c
/neo430/trunk/sw/example/muldiv_test/make.bat
/neo430/trunk/sw/example/muldiv_test/Makefile
/neo430/trunk/sw/example/pio_interrupt
/neo430/trunk/sw/example/pio_interrupt/main.c
/neo430/trunk/sw/example/pio_interrupt/make.bat
/neo430/trunk/sw/example/pio_interrupt/Makefile
/neo430/trunk/sw/example/prime_numbers
/neo430/trunk/sw/example/prime_numbers/main.c
/neo430/trunk/sw/example/prime_numbers/make.bat
/neo430/trunk/sw/example/prime_numbers/Makefile
/neo430/trunk/sw/example/profiling_template
/neo430/trunk/sw/example/profiling_template/main.c
/neo430/trunk/sw/example/profiling_template/make.bat
/neo430/trunk/sw/example/profiling_template/Makefile
/neo430/trunk/sw/example/pwm_demo
/neo430/trunk/sw/example/pwm_demo/main.c
/neo430/trunk/sw/example/pwm_demo/make.bat
/neo430/trunk/sw/example/pwm_demo/Makefile
/neo430/trunk/sw/example/README.txt
/neo430/trunk/sw/example/sw_pwm
/neo430/trunk/sw/example/sw_pwm/main.c
/neo430/trunk/sw/example/sw_pwm/make.bat
/neo430/trunk/sw/example/sw_pwm/Makefile
/neo430/trunk/sw/example/timer_simple
/neo430/trunk/sw/example/timer_simple/main.c
/neo430/trunk/sw/example/timer_simple/make.bat
/neo430/trunk/sw/example/timer_simple/Makefile
/neo430/trunk/sw/example/uart_irq
/neo430/trunk/sw/example/uart_irq/main.c
/neo430/trunk/sw/example/uart_irq/make.bat
/neo430/trunk/sw/example/uart_irq/Makefile
/neo430/trunk/sw/example/wb_terminal
/neo430/trunk/sw/example/wb_terminal/main.c
/neo430/trunk/sw/example/wb_terminal/make.bat
/neo430/trunk/sw/example/wb_terminal/Makefile
/neo430/trunk/sw/example/wdt_test
/neo430/trunk/sw/example/wdt_test/main.c
/neo430/trunk/sw/example/wdt_test/make.bat
/neo430/trunk/sw/example/wdt_test/Makefile
/neo430/trunk/sw/lib
/neo430/trunk/sw/lib/neo430
/neo430/trunk/sw/lib/neo430/neo430.h
/neo430/trunk/sw/lib/neo430/neo430_aux.h
/neo430/trunk/sw/lib/neo430/neo430_cpu.h
/neo430/trunk/sw/lib/neo430/neo430_crc.h
/neo430/trunk/sw/lib/neo430/neo430_gpio.h
/neo430/trunk/sw/lib/neo430/neo430_muldiv.h
/neo430/trunk/sw/lib/neo430/neo430_pwm.h
/neo430/trunk/sw/lib/neo430/neo430_usart.h
/neo430/trunk/sw/lib/neo430/neo430_wdt.h
/neo430/trunk/sw/lib/neo430/neo430_wishbone.h
/neo430/trunk/sw/tools
/neo430/trunk/sw/tools/image_gen
/neo430/trunk/sw/tools/image_gen/image_gen.exe
/neo430/trunk/sw/tools/image_gen/main.cpp

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.