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

Subversion Repositories neo430

[/] [neo430/] - Rev 189

Rev

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

Last modification

  • Rev 189, 2020-03-16 13:46:45 GMT
  • Author: zero_gravity
  • Log message:
    changed project's license from LGPL to '3-clause BSD' license
Path
/neo430/trunk/neo430/doc/NEO430.pdf
/neo430/trunk/neo430/LICENSE
/neo430/trunk/neo430/README.md
/neo430/trunk/neo430/rtl/core/neo430_addr_gen.vhd
/neo430/trunk/neo430/rtl/core/neo430_alu.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_exirq.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_trng.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/fpga_specific/lattice_ice40up/neo430_dmem.ice40up_spram.vhd
/neo430/trunk/neo430/rtl/fpga_specific/lattice_ice40up/neo430_imem.ice40up_spram.vhd
/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/sim/neo430_tb.vhd
/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/crt0.asm
/neo430/trunk/neo430/sw/common/neo430_linker_script.x
/neo430/trunk/neo430/sw/example/blink_led/main.c
/neo430/trunk/neo430/sw/example/blink_led/Makefile
/neo430/trunk/neo430/sw/example/cfu_test/main.c
/neo430/trunk/neo430/sw/example/cfu_test/Makefile
/neo430/trunk/neo430/sw/example/coremark/makefile
/neo430/trunk/neo430/sw/example/crc_test/main.c
/neo430/trunk/neo430/sw/example/crc_test/Makefile
/neo430/trunk/neo430/sw/example/exirq_test/main.c
/neo430/trunk/neo430/sw/example/exirq_test/makefile
/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/main.c
/neo430/trunk/neo430/sw/example/gpio_interrupt/Makefile
/neo430/trunk/neo430/sw/example/gpio_pwm_demo/main.c
/neo430/trunk/neo430/sw/example/gpio_pwm_demo/makefile
/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/main.c
/neo430/trunk/neo430/sw/example/morse_translator/Makefile
/neo430/trunk/neo430/sw/example/muldiv_test/main.c
/neo430/trunk/neo430/sw/example/muldiv_test/Makefile
/neo430/trunk/neo430/sw/example/nested_irqs/main.c
/neo430/trunk/neo430/sw/example/nested_irqs/makefile
/neo430/trunk/neo430/sw/example/prime_numbers/main.c
/neo430/trunk/neo430/sw/example/prime_numbers/Makefile
/neo430/trunk/neo430/sw/example/pwm_demo/main.c
/neo430/trunk/neo430/sw/example/pwm_demo/Makefile
/neo430/trunk/neo430/sw/example/timer_simple/main.c
/neo430/trunk/neo430/sw/example/timer_simple/Makefile
/neo430/trunk/neo430/sw/example/trng_test/main.c
/neo430/trunk/neo430/sw/example/trng_test/makefile
/neo430/trunk/neo430/sw/example/twi_test/main.c
/neo430/trunk/neo430/sw/example/twi_test/Makefile
/neo430/trunk/neo430/sw/example/uart_irq/main.c
/neo430/trunk/neo430/sw/example/uart_irq/Makefile
/neo430/trunk/neo430/sw/example/wb_terminal/main.c
/neo430/trunk/neo430/sw/example/wb_terminal/Makefile
/neo430/trunk/neo430/sw/example/wdt_test/main.c
/neo430/trunk/neo430/sw/example/wdt_test/Makefile
/neo430/trunk/neo430/sw/lib/neo430/include/neo430.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_exirq.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_timer.h
/neo430/trunk/neo430/sw/lib/neo430/include/neo430_trng.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_cpu.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_crc.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_exirq.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_timer.c
/neo430/trunk/neo430/sw/lib/neo430/source/neo430_trng.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/image_gen/main.cpp

powered by: WebSVN 2.1.0

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