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

Subversion Repositories neo430

[/] [neo430/] [trunk/] [neo430/] - Rev 169

Rev

Directory listing | View Log | RSS feed

Last modification

  • Rev 169, 2019-11-14 21:30:06 GMT
  • Author: zero_gravity
  • Log message:
    - re-init of repository
Path
/neo430/trunk/neo430
/neo430/trunk/neo430/doc
/neo430/trunk/neo430/doc/figures
/neo430/trunk/neo430/doc/figures/neo430_arch.png
/neo430/trunk/neo430/doc/figures/oshw_logo.png
/neo430/trunk/neo430/doc/figures/test_setup.jpg
/neo430/trunk/neo430/doc/instruction_set.pdf
/neo430/trunk/neo430/doc/NEO430.pdf
/neo430/trunk/neo430/doc/wbspec_b4.pdf
/neo430/trunk/neo430/issue_template.md
/neo430/trunk/neo430/LICENSE
/neo430/trunk/neo430/README.md
/neo430/trunk/neo430/rtl
/neo430/trunk/neo430/rtl/core
/neo430/trunk/neo430/rtl/core/neo430_addr_gen.vhd
/neo430/trunk/neo430/rtl/core/neo430_alu.vhd
/neo430/trunk/neo430/rtl/core/neo430_application_image.vhd
/neo430/trunk/neo430/rtl/core/neo430_bootloader_image.vhd
/neo430/trunk/neo430/rtl/core/neo430_boot_rom.vhd
/neo430/trunk/neo430/rtl/core/neo430_cfu.vhd
/neo430/trunk/neo430/rtl/core/neo430_control.vhd
/neo430/trunk/neo430/rtl/core/neo430_cpu.vhd
/neo430/trunk/neo430/rtl/core/neo430_crc.vhd
/neo430/trunk/neo430/rtl/core/neo430_dmem.vhd
/neo430/trunk/neo430/rtl/core/neo430_gpio.vhd
/neo430/trunk/neo430/rtl/core/neo430_imem.vhd
/neo430/trunk/neo430/rtl/core/neo430_muldiv.vhd
/neo430/trunk/neo430/rtl/core/neo430_package.vhd
/neo430/trunk/neo430/rtl/core/neo430_pwm.vhd
/neo430/trunk/neo430/rtl/core/neo430_reg_file.vhd
/neo430/trunk/neo430/rtl/core/neo430_spi.vhd
/neo430/trunk/neo430/rtl/core/neo430_sysconfig.vhd
/neo430/trunk/neo430/rtl/core/neo430_timer.vhd
/neo430/trunk/neo430/rtl/core/neo430_top.vhd
/neo430/trunk/neo430/rtl/core/neo430_twi.vhd
/neo430/trunk/neo430/rtl/core/neo430_uart.vhd
/neo430/trunk/neo430/rtl/core/neo430_wb_interface.vhd
/neo430/trunk/neo430/rtl/core/neo430_wdt.vhd
/neo430/trunk/neo430/rtl/top_templates
/neo430/trunk/neo430/rtl/top_templates/neo430_test.vhd
/neo430/trunk/neo430/rtl/top_templates/neo430_top_avm.vhd
/neo430/trunk/neo430/rtl/top_templates/neo430_top_axi4lite.vhd
/neo430/trunk/neo430/rtl/top_templates/neo430_top_std_logic.vhd
/neo430/trunk/neo430/rtl/top_templates/README.txt
/neo430/trunk/neo430/sim
/neo430/trunk/neo430/sim/ISIM
/neo430/trunk/neo430/sim/ISIM/neo430_tb.wcfg
/neo430/trunk/neo430/sim/modelsim
/neo430/trunk/neo430/sim/modelsim/simulate.do
/neo430/trunk/neo430/sim/modelsim/wave.do
/neo430/trunk/neo430/sim/neo430_tb.vhd
/neo430/trunk/neo430/sw
/neo430/trunk/neo430/sw/bootloader
/neo430/trunk/neo430/sw/bootloader/bootloader.c
/neo430/trunk/neo430/sw/bootloader/boot_crt0.asm
/neo430/trunk/neo430/sw/bootloader/boot_linker_script.x
/neo430/trunk/neo430/sw/bootloader/Makefile
/neo430/trunk/neo430/sw/common
/neo430/trunk/neo430/sw/common/crt0.asm
/neo430/trunk/neo430/sw/common/neo430_linker_script.x
/neo430/trunk/neo430/sw/example
/neo430/trunk/neo430/sw/example/blink_led
/neo430/trunk/neo430/sw/example/blink_led/main.c
/neo430/trunk/neo430/sw/example/blink_led/Makefile
/neo430/trunk/neo430/sw/example/cfu_test
/neo430/trunk/neo430/sw/example/cfu_test/main.c
/neo430/trunk/neo430/sw/example/cfu_test/Makefile
/neo430/trunk/neo430/sw/example/crc_test
/neo430/trunk/neo430/sw/example/crc_test/main.c
/neo430/trunk/neo430/sw/example/crc_test/Makefile
/neo430/trunk/neo430/sw/example/game_of_life
/neo430/trunk/neo430/sw/example/game_of_life/main.c
/neo430/trunk/neo430/sw/example/game_of_life/Makefile
/neo430/trunk/neo430/sw/example/gpio_interrupt
/neo430/trunk/neo430/sw/example/gpio_interrupt/main.c
/neo430/trunk/neo430/sw/example/gpio_interrupt/Makefile
/neo430/trunk/neo430/sw/example/hw_analysis
/neo430/trunk/neo430/sw/example/hw_analysis/main.c
/neo430/trunk/neo430/sw/example/hw_analysis/Makefile
/neo430/trunk/neo430/sw/example/makefile
/neo430/trunk/neo430/sw/example/morse_translator
/neo430/trunk/neo430/sw/example/morse_translator/main.c
/neo430/trunk/neo430/sw/example/morse_translator/Makefile
/neo430/trunk/neo430/sw/example/muldiv_test
/neo430/trunk/neo430/sw/example/muldiv_test/main.c
/neo430/trunk/neo430/sw/example/muldiv_test/Makefile
/neo430/trunk/neo430/sw/example/nested_irqs
/neo430/trunk/neo430/sw/example/nested_irqs/main.c
/neo430/trunk/neo430/sw/example/nested_irqs/makefile
/neo430/trunk/neo430/sw/example/prime_numbers
/neo430/trunk/neo430/sw/example/prime_numbers/main.c
/neo430/trunk/neo430/sw/example/prime_numbers/Makefile
/neo430/trunk/neo430/sw/example/pwm_demo
/neo430/trunk/neo430/sw/example/pwm_demo/main.c
/neo430/trunk/neo430/sw/example/pwm_demo/Makefile
/neo430/trunk/neo430/sw/example/timer_simple
/neo430/trunk/neo430/sw/example/timer_simple/main.c
/neo430/trunk/neo430/sw/example/timer_simple/Makefile
/neo430/trunk/neo430/sw/example/twi_test
/neo430/trunk/neo430/sw/example/twi_test/main.c
/neo430/trunk/neo430/sw/example/twi_test/Makefile
/neo430/trunk/neo430/sw/example/uart_irq
/neo430/trunk/neo430/sw/example/uart_irq/main.c
/neo430/trunk/neo430/sw/example/uart_irq/Makefile
/neo430/trunk/neo430/sw/example/wb_terminal
/neo430/trunk/neo430/sw/example/wb_terminal/main.c
/neo430/trunk/neo430/sw/example/wb_terminal/Makefile
/neo430/trunk/neo430/sw/example/wdt_test
/neo430/trunk/neo430/sw/example/wdt_test/main.c
/neo430/trunk/neo430/sw/example/wdt_test/Makefile
/neo430/trunk/neo430/sw/lib
/neo430/trunk/neo430/sw/lib/neo430
/neo430/trunk/neo430/sw/lib/neo430/include
/neo430/trunk/neo430/sw/lib/neo430/include/neo430.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_aux.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_cpu.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_crc.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_gpio.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_muldiv.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_pwm.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_spi.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_twi.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_uart.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_wdt.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_wishbone.h
/neo430/trunk/neo430/sw/lib/neo430/source
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_aux.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_cpu.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_crc.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_gpio.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_muldiv.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_pwm.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_spi.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_twi.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_uart.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_wdt.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_wishbone.c
/neo430/trunk/neo430/sw/tools
/neo430/trunk/neo430/sw/tools/image_gen
/neo430/trunk/neo430/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.