VILLASframework / fpga

Archived: VILLASfpga has been integrated into the VILLASnode repo

Home Page:https://fein-aachen.org/en/projects/villas-fpga/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove old C code

stv0g opened this issue · comments

The following files are still written in C. We should port them to C++

  • src/bench-latency.c
  • src/bench-jitter.c
  • src/fpga.c
  • src/bench.h
  • src/bench-memcpy.c
  • src/bench-overruns.c
  • src/pcimem.c
  • src/bench.c
  • src/bench-datamovers.c
  • lib/log.c
  • lib/list.c
  • lib/ips/model.c
  • lib/ips/gpio.c
  • lib/ips/dft.c
  • lib/log_helper.c
  • lib/log_config.c
  • lib/utils.c
  • lib/kernel/kernel.c
  • lib/kernel/pci.c
  • tests/xsg.c
  • tests/hls.c
  • tests/rtds_rtt.c
  • tests/intc.c
  • include/villas/utils.h
  • include/villas/config.h
  • include/villas/list.h
  • include/villas/common.h
  • include/villas/log.h
  • include/villas/fpga/ips/dft.h
  • include/villas/fpga/ips/model.h
  • include/villas/log_config.h
  • include/villas/kernel/kernel.h
  • include/villas/kernel/pci.h

marked the checklist item lib/ips/gpio.c as completed

closed