Split FPGA toplevel from soc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Sep 2019 11:45:33 +0000 (12:45 +0100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Sep 2019 15:50:49 +0000 (16:50 +0100)
commita69a93b466f29412da8aa7871cf5867b31f9d813
treeedc10488b3aa3855bfb78073d0f0ca315636b0ab
parent5ee86e7621966f4b1496d10837ae660749a64ac8
Split FPGA toplevel from soc

This will be useful when we start needing different toplevels for
different boards.

We keep the reset and clock generators in the toplevel as they will
eventually be taken over by litedram when we integrate it, and they
are more likely to change on different system types.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
fpga/soc.vhdl [new file with mode: 0644]
fpga/toplevel.vhd [deleted file]
fpga/toplevel.vhdl [new file with mode: 0644]
microwatt.core