From 46750548a529068726f74764d752badc231b2b4d Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 13 Nov 2013 09:48:53 -0500 Subject: update template's TODO file --- contrib/TODO | 43 +++++++++++++++++++++++++++++++++++++++++++ contrib/TODO.template | 45 --------------------------------------------- 2 files changed, 43 insertions(+), 45 deletions(-) create mode 100644 contrib/TODO delete mode 100644 contrib/TODO.template diff --git a/contrib/TODO b/contrib/TODO new file mode 100644 index 0000000..bb97bce --- /dev/null +++ b/contrib/TODO @@ -0,0 +1,43 @@ + +BUG: synth still seems to continue even if first build (verilog compile) fails + +For bitfile/mcs targets, add an echo that they are being created (slow). + +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. + +--- later... + +effort levels seem high by default: + Overall effort level (-ol): High + Router effort level (-rl): High + -> 'make quicksynth' ? + +add support for post-synthesis simulation + +autoimpact (needs testing) + impact -mode bscan -b build/sp605.bit -port auto -autoassign (needs testing) + +Add linting to tests (aka, tb/*_tb.v) + +'lint' should use vfiles, not -I./hdl diff --git a/contrib/TODO.template b/contrib/TODO.template deleted file mode 100644 index cc47521..0000000 --- a/contrib/TODO.template +++ /dev/null @@ -1,45 +0,0 @@ - -switch to .EXPORT_ALL_VARIABLES and/or .ONESHELL (as a refactor/cleanup)? - or is that too gmake specific... - -BUG: synth still seems to continue even if first build (verilog compile) - fails - -add .PRECIOUS for intermediate files we don't want to get deleted - -'lint' should use vfiles, not -I./hdl - -for fpga_editor: - DISPLAY=`echo $DISPLAY |sed s/'\.0'//` fpga_editor <.ncd file> - -effort levels seem high by default: - Overall effort level (-ol): High - Router effort level (-rl): High - -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