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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] - Rev 2

Rev

Directory listing | View Log | RSS feed

Last modification

  • Rev 2, 2020-06-24 17:18:14 GMT
  • Author: zero_gravity
  • Log message:
    - initial commit
Path
/neorv32/trunk/.ci
/neorv32/trunk/.ci/hw_check.sh
/neorv32/trunk/.ci/install.sh
/neorv32/trunk/.ci/sw_check.sh
/neorv32/trunk/.gitignore
/neorv32/trunk/.travis.yml
/neorv32/trunk/docs
/neorv32/trunk/docs/doxygen_makefile_sw
/neorv32/trunk/docs/figures
/neorv32/trunk/docs/figures/neorv32_overview.png
/neorv32/trunk/docs/figures/oshw_logo.png
/neorv32/trunk/docs/figures/PDF_32.png
/neorv32/trunk/docs/NEORV32.pdf
/neorv32/trunk/docs/riscv-privileged.pdf
/neorv32/trunk/docs/riscv-spec.pdf
/neorv32/trunk/docs/wbspec_b4.pdf
/neorv32/trunk/LICENSE
/neorv32/trunk/README.md
/neorv32/trunk/rtl
/neorv32/trunk/rtl/core
/neorv32/trunk/rtl/core/neorv32_application_image.vhd
/neorv32/trunk/rtl/core/neorv32_bootloader_image.vhd
/neorv32/trunk/rtl/core/neorv32_boot_rom.vhd
/neorv32/trunk/rtl/core/neorv32_clic.vhd
/neorv32/trunk/rtl/core/neorv32_cpu.vhd
/neorv32/trunk/rtl/core/neorv32_cpu_alu.vhd
/neorv32/trunk/rtl/core/neorv32_cpu_bus.vhd
/neorv32/trunk/rtl/core/neorv32_cpu_control.vhd
/neorv32/trunk/rtl/core/neorv32_cpu_cp_muldiv.vhd
/neorv32/trunk/rtl/core/neorv32_cpu_decompressor.vhd
/neorv32/trunk/rtl/core/neorv32_cpu_regfile.vhd
/neorv32/trunk/rtl/core/neorv32_dmem.vhd
/neorv32/trunk/rtl/core/neorv32_gpio.vhd
/neorv32/trunk/rtl/core/neorv32_imem.vhd
/neorv32/trunk/rtl/core/neorv32_mtime.vhd
/neorv32/trunk/rtl/core/neorv32_package.vhd
/neorv32/trunk/rtl/core/neorv32_pwm.vhd
/neorv32/trunk/rtl/core/neorv32_spi.vhd
/neorv32/trunk/rtl/core/neorv32_top.vhd
/neorv32/trunk/rtl/core/neorv32_trng.vhd
/neorv32/trunk/rtl/core/neorv32_twi.vhd
/neorv32/trunk/rtl/core/neorv32_uart.vhd
/neorv32/trunk/rtl/core/neorv32_wdt.vhd
/neorv32/trunk/rtl/core/neorv32_wishbone.vhd
/neorv32/trunk/rtl/fpga_specific
/neorv32/trunk/rtl/fpga_specific/lattice_ice40up
/neorv32/trunk/rtl/fpga_specific/lattice_ice40up/neorv32_dmem.ice40up_spram.vhd
/neorv32/trunk/rtl/fpga_specific/lattice_ice40up/neorv32_imem.ice40up_spram.vhd
/neorv32/trunk/rtl/fpga_specific/README.md
/neorv32/trunk/rtl/top_templates
/neorv32/trunk/rtl/top_templates/neorv32_test_setup.vhd
/neorv32/trunk/sim
/neorv32/trunk/sim/neorv32_tb.vhd
/neorv32/trunk/sw
/neorv32/trunk/sw/bootloader
/neorv32/trunk/sw/bootloader/bootloader.c
/neorv32/trunk/sw/bootloader/makefile
/neorv32/trunk/sw/common
/neorv32/trunk/sw/common/bootloader_crt0.S
/neorv32/trunk/sw/common/bootloader_neorv32.ld
/neorv32/trunk/sw/common/crt0.S
/neorv32/trunk/sw/common/neorv32.ld
/neorv32/trunk/sw/example
/neorv32/trunk/sw/example/blink_led
/neorv32/trunk/sw/example/blink_led/main.c
/neorv32/trunk/sw/example/blink_led/makefile
/neorv32/trunk/sw/example/coremark
/neorv32/trunk/sw/example/coremark/coremark.h
/neorv32/trunk/sw/example/coremark/core_list_join.c
/neorv32/trunk/sw/example/coremark/core_main.c
/neorv32/trunk/sw/example/coremark/core_matrix.c
/neorv32/trunk/sw/example/coremark/core_portme.c
/neorv32/trunk/sw/example/coremark/core_portme.h
/neorv32/trunk/sw/example/coremark/core_state.c
/neorv32/trunk/sw/example/coremark/core_util.c
/neorv32/trunk/sw/example/coremark/ee_printf.c
/neorv32/trunk/sw/example/coremark/LICENSE.md
/neorv32/trunk/sw/example/coremark/makefile
/neorv32/trunk/sw/example/coremark/README.md
/neorv32/trunk/sw/example/demo_pwm
/neorv32/trunk/sw/example/demo_pwm/main.c
/neorv32/trunk/sw/example/demo_pwm/makefile
/neorv32/trunk/sw/example/demo_trng
/neorv32/trunk/sw/example/demo_trng/main.c
/neorv32/trunk/sw/example/demo_trng/makefile
/neorv32/trunk/sw/example/demo_twi
/neorv32/trunk/sw/example/demo_twi/main.c
/neorv32/trunk/sw/example/demo_twi/makefile
/neorv32/trunk/sw/example/demo_wdt
/neorv32/trunk/sw/example/demo_wdt/main.c
/neorv32/trunk/sw/example/demo_wdt/makefile
/neorv32/trunk/sw/example/game_of_life
/neorv32/trunk/sw/example/game_of_life/main.c
/neorv32/trunk/sw/example/game_of_life/makefile
/neorv32/trunk/sw/example/hw_analysis
/neorv32/trunk/sw/example/hw_analysis/main.c
/neorv32/trunk/sw/example/hw_analysis/makefile
/neorv32/trunk/sw/example/makefile
/neorv32/trunk/sw/example/test_exceptions
/neorv32/trunk/sw/example/test_exceptions/main.c
/neorv32/trunk/sw/example/test_exceptions/makefile
/neorv32/trunk/sw/image_gen
/neorv32/trunk/sw/image_gen/image_gen.cpp
/neorv32/trunk/sw/lib
/neorv32/trunk/sw/lib/include
/neorv32/trunk/sw/lib/include/neorv32.h
/neorv32/trunk/sw/lib/include/neorv32_clic.h
/neorv32/trunk/sw/lib/include/neorv32_cpu.h
/neorv32/trunk/sw/lib/include/neorv32_gpio.h
/neorv32/trunk/sw/lib/include/neorv32_mtime.h
/neorv32/trunk/sw/lib/include/neorv32_pwm.h
/neorv32/trunk/sw/lib/include/neorv32_rte.h
/neorv32/trunk/sw/lib/include/neorv32_spi.h
/neorv32/trunk/sw/lib/include/neorv32_trng.h
/neorv32/trunk/sw/lib/include/neorv32_twi.h
/neorv32/trunk/sw/lib/include/neorv32_uart.h
/neorv32/trunk/sw/lib/include/neorv32_wdt.h
/neorv32/trunk/sw/lib/source
/neorv32/trunk/sw/lib/source/neorv32_clic.c
/neorv32/trunk/sw/lib/source/neorv32_cpu.c
/neorv32/trunk/sw/lib/source/neorv32_gpio.c
/neorv32/trunk/sw/lib/source/neorv32_mtime.c
/neorv32/trunk/sw/lib/source/neorv32_pwm.c
/neorv32/trunk/sw/lib/source/neorv32_rte.c
/neorv32/trunk/sw/lib/source/neorv32_spi.c
/neorv32/trunk/sw/lib/source/neorv32_trng.c
/neorv32/trunk/sw/lib/source/neorv32_twi.c
/neorv32/trunk/sw/lib/source/neorv32_uart.c
/neorv32/trunk/sw/lib/source/neorv32_wdt.c

powered by: WebSVN 2.1.0

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