dyigitpolat / mimarsinan

a pipeline for modeling in-memory architectures for spiking neural networks
MIT License
6 stars 0 forks source link

organize hard core & soft core mapping code #13

Open dyigitpolat opened 1 year ago

dyigitpolat commented 1 year ago

The current organization of our mapping utilities is messy and difficult to navigate. We need to refactor the code to improve its organization and make it easier to maintain.

One way to accomplish this is by separating the hard core and soft core mapping code into separate modules. This will make it easier to find and modify specific sections of the codebase.