From 98a7dd4dd7c3e15308f1c6314f799a367fa1aa33 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 29 Oct 2013 15:37:36 -0400 Subject: add old TODO requests from AJ --- TODO.template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/TODO.template b/TODO.template index 6b51e83..89a0d5e 100644 --- a/TODO.template +++ b/TODO.template @@ -16,3 +16,28 @@ effort levels seem high by default: impact: impact -mode bscan -b build/sp605.bit -port auto -autoassign (needs testing) + +requests from AJ: + anything related to not rebuilding all the coregen when not necessary. + + e.g. want a make clean equivalent to removing the build dir but not the + cores. This should actually be the default behavior, with different + operator for nixing the cores. + + not auto rebuilding the cores when switching branches/commits if not + strictly necessary. Because git touches all the files, this may be + difficult. + + make isim/simulate will run to completion even if there were errors on + the build. + + In the case of make isim, isim will load and run the previously valid + simulation. Unless you happen to see the error go by in the build log, + you will unknowingly be simulating your previous build, whereas your + current build failed to compile. + + The solution is to have make simulate begin by deleting the previous + simulation executable, so that it must successfully create a new one + before loading isim. + +Add linting to tests (aka, tb/*_tb.v) -- cgit v1.2.3