grantslape / CS3339-MIPS32

5 stage, pipelined MIPS32 processor in myHDL and Verilog
GNU General Public License v3.0
4 stars 0 forks source link

Remove the example.txt file in the bin folder? #52

Closed gnarza closed 6 years ago

gnarza commented 6 years ago

Is the example.txt file needed for anything? if not this is just a note that we should probably remove it soon.

grantslape commented 6 years ago

It is there to keep the folder committed to the repository @gnarza - otherwise when you checkout the repo the folder would not come with it, and that is where we are storing binaries. We could get rid of it if we had an actual file we wanted to keep there.

gnarza commented 6 years ago

OH okay, cool thanks for clearing that up!