Constant project_init::includes::RECO_README [] [src]

pub const RECO_README: &'static str = "# Example\n\n## Structure\n\nThe kernel (that is, the code that runs on the FPGA) is located at `main.go`.\nThe test command is located at `cmd/test-{{ project }}/main.go`.\n\n## Testing\n\nTo test:\n\n```\nreco test run test-{{ project }}\n```\n\nThis will simulate the kernel using a hardware simulator, and test it\nusing the `test-{{ project }}` command.\n\n## Building\n\n```\nreco build run test-{{ project }}\n```\n\nThis will build your commands and kernel.\n"