mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
87 stars 17 forks source link

Remove "vsrtl_" prefix #34

Open mortbopet opened 5 years ago

mortbopet commented 5 years ago

A prefix for filenames should not be needed when include directories are configured correctly. However, include guards should include the name of the project to avoid conflicts. Remove "vsrtl" prefix from all files, and ensure that include guards are "VSRTL" prefixed.