KestrelComputer / kestrel

The Kestrel is a family of home-made computers, built as much as possible on open-source technology, and supporting as much as possible the open-source philosophy.
http://kestrelcomputer.github.io/kestrel
Mozilla Public License 2.0
185 stars 10 forks source link

Reorganization and project cleanup. #267

Closed sam-falvo closed 7 years ago

sam-falvo commented 7 years ago

Preparing to bring separated repositories back into a single mono-repo.

As of this merge, all cores will appear in the cores/ subdirectory, including those cores used to synthesize a complete Kestrel computer to a development board. If it's a Verilog or VHDL, regardless of intent, it should be placed under cores/.

The software/ directory now contains:

Right now, it contains only Kestrel-3 software, since that's the platform I'm working most with. However, over time and if there's any interest, Kestrel-2 software may appear here as well. The problem of how to distinguish between them will be addressed when it becomes an actual problem.

larsbrinkhoff commented 7 years ago

What's going on with the project? Restarting or wrapping up?

sam-falvo commented 7 years ago

None of the above; just cleaning up for continued development. Distributing my stuff across multiple repos is proving to be unweildly for me.