📄 readme
字号:
----IntroductionPlease see ``TGFF: Task Graphs for Free'' by Robert Dickand David Rhodes in the 1998 Proceedings of the InternationalWorkshop Hardware/Software Codesign for more information.There is a link to the TGFF web page athttp://www.ee.princeton.edu/~cad/projects.html.----Building and installingTGFF builds with GNU make and a recent version of GCC's C++compiler. We use version 4.0.2. Other makes and C++compilers may also work. If you want to install TGFF in ashared directory, just copy the tgff file there and set thefile permissions appropriately.----Getting StartedPlease see the enclosed example parameter files (.tgffopt suffix).When the tgff command is run without any arguments, it printsout information about the format of its parameters. Whenrun with an argument, X, it reads X.tgffopt and producesX.tgff and X.eps.----Release NotesTGFF has evolved since its beta release. When possible, we have keptcompatability with previous versions when adding new features.However, this hasn't always been possible. Bugfixes have sometimesresulted in a change in TGFF output, given the same input as aprevious version. In order to make it easy for other researchers toproduce your example sets, it is best to include the version of TGFFwhich you used, in addition to the TGFF parameters, when publishing anacademic paper. A brief description of changes to TGFF follows.----Release 2.0--New features: When TGFF combines multiple uniform random variables (URV) in order toproduce table entries, the result is filtered to ensure that it is aURV, as well. See flat_merge() in DBase.cc.Now supports hard and soft task deadlines ***.--Changes to default behavior:Defaults to filtering merged URVs in order to make the merged variablea URV as well. You can get the pre-1.3 behavior, a simple weightedsummation which results in a decreased variance, by putting'urv_merge false' in the options file.The default task graph period was awfully high. It has been reduced.You can get the pre-1.3 behavior by putting '***' in the options file.--Critical loss of backward comparability:There was a bug which caused the periods of individual task graphs toincrease as the number of task graphs increased. This bug has beenfixed. Unfortunately, TGFF outputs will be different than they werein pre-1.3 TGFF versions.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -