Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.03 KB

NetTM-DNS-Trie-Struct

NetTM dependent version of the RWW-TRIE_STRUCT_DNS. Requires the NetTM compiler project to be already loaded and set up. This project is to be used on the NetFPGA 1G.

This code utilizes a NetFPGA compiler project NetTM. This compiler is required for the usage of the code in this project. Compiling and loading the code is based upon the NetThreads project and instructions can be seen via site https://github.com/NetFPGA/netfpga/wiki/NetTM

Current state of the project is still under development as of December 15, 2014 and may not work. The project does compile, though the code is in a state for testing.

Directory name and files:

	./
	|-- Makefile
	|-- README.md
	|-- dev.c
	|-- dev.h
	|-- dns_netfpga.h
	|-- rick_hello.c
	|-- ricks_netfpga_dns.c
	|-- shared_functions_netfpga.c
	|-- shared_functions_netfpga.h
	|-- structs_netfpga.h
	|-- triez_netfpga.c
	`-- triez_netfpga.h

This goes in src/bench/ altered to remove the embed generated file for make embed_clean.

	../
	|-- footer.mk