tangxifan
|
ac8c0e243c
|
[core] code format
|
2023-01-15 12:13:59 -08:00 |
tangxifan
|
cab7e04901
|
[core] fixed a bug in repacker to avoid routing constrained nets
|
2023-01-15 12:13:12 -08:00 |
tangxifan
|
ff0a4dfccb
|
[lib] format
|
2023-01-08 22:41:07 -08:00 |
tangxifan
|
aec592b27e
|
[lib] now shell forbids to call any hidden commands from interactive mode or script mode
|
2023-01-08 22:34:35 -08:00 |
tangxifan
|
da7153f031
|
[lib] typo which causes shell show hidden commands mistakenly
|
2023-01-08 21:43:35 -08:00 |
tangxifan
|
b569d6b603
|
[core] format
|
2023-01-07 11:40:17 -08:00 |
tangxifan
|
d2632b17cd
|
[lib] bug
|
2023-01-07 11:39:26 -08:00 |
tangxifan
|
c7a4d25e35
|
[core] now all the commands can be optionally hidden
|
2023-01-07 11:36:10 -08:00 |
tangxifan
|
7028c1ec72
|
[lib] now openfpga shell supports a new type of executive functions
|
2023-01-07 11:17:02 -08:00 |
tangxifan
|
77b64a21d4
|
[lib] format
|
2023-01-02 12:41:24 -08:00 |
tangxifan
|
994402ec9a
|
[engine] move shell cmd split function to openfpga tokenizer
|
2023-01-02 12:38:16 -08:00 |
tangxifan
|
faff254808
|
[lib] now command line supports pairs of "" where users can define a long string with spaces inside
|
2023-01-01 11:56:58 -08:00 |
tangxifan
|
76570e653c
|
[engine] format
|
2023-01-01 10:23:18 -08:00 |
tangxifan
|
c90f8389f1
|
[engine] debugged
|
2023-01-01 10:22:47 -08:00 |
tangxifan
|
8d947c7bdb
|
[engine] now developers can write their superset command based on other commands through openfpga shell
|
2023-01-01 10:10:09 -08:00 |
tangxifan
|
cfedc547d9
|
[lib] code format
|
2022-12-31 23:39:05 -08:00 |
tangxifan
|
50aec6ec62
|
[lib] add exec command as a pre-defined one in shell
|
2022-12-31 23:37:38 -08:00 |
tangxifan
|
6e3ea51a06
|
[lib] now openfpga shell supports 'source <script>' command
|
2022-12-31 22:22:30 -08:00 |
tangxifan
|
c9c410826d
|
[lib] replace hardcoded name with shell name
|
2022-12-30 11:58:45 -08:00 |
tangxifan
|
24a174c7a4
|
[engine] fixed syntax errors
|
2022-11-23 17:06:27 -08:00 |
tangxifan
|
07424b1e7f
|
[engine] now main() is encapuslated in a class OpenfpgaShell
|
2022-11-23 16:52:22 -08:00 |
tangxifan
|
2d42826919
|
[lib] code format
|
2022-10-21 13:03:03 -07:00 |
tangxifan
|
0999c9444b
|
[lib] remove debugging messages
|
2022-10-21 12:44:56 -07:00 |
tangxifan
|
b720b49eb1
|
[lib] now count pcf errors
|
2022-10-21 11:48:09 -07:00 |
tangxifan
|
c9631497e2
|
[engine] syntax
|
2022-10-17 16:11:49 -07:00 |
tangxifan
|
60c448c98d
|
[engine] syntax
|
2022-10-17 15:49:34 -07:00 |
tangxifan
|
76862efa57
|
[engine] syntax
|
2022-10-17 15:46:19 -07:00 |
tangxifan
|
c3f180372d
|
[engine] do not error out when ql-style is used in pin table
|
2022-10-17 15:42:22 -07:00 |
tangxifan
|
0f2b8da7f0
|
[engine] code format
|
2022-10-17 14:55:34 -07:00 |
tangxifan
|
63d8b00630
|
[engine] syntax
|
2022-10-17 14:54:18 -07:00 |
tangxifan
|
811438c20e
|
[engine] syntax
|
2022-10-17 14:20:23 -07:00 |
tangxifan
|
11624cd0c6
|
[engine] enabling new feature: pin_table_direction_convention
|
2022-10-17 14:08:21 -07:00 |
tangxifan
|
2f434fd4d3
|
[lib] developing pin dir convention support
|
2022-10-17 12:35:06 -07:00 |
tangxifan
|
dbbabbc098
|
[lib] developing the support on forcing pin direction from a specific column in pin table .csv
|
2022-10-17 12:23:39 -07:00 |
tangxifan
|
e2debd2dde
|
[engine] add missing header files after coding formatter sorts the include files
|
2022-10-06 18:08:57 -07:00 |
tangxifan
|
6d31b319a2
|
[engine] update source files subject to code formatting rules
|
2022-10-06 17:08:50 -07:00 |
tangxifan
|
cc6bf85433
|
[cmake] now rename version to short 'OPENFPGA_ENABLE_VERSION'
|
2022-10-03 11:37:41 -07:00 |
tangxifan
|
a144794ce6
|
[cmake] skip custom build on version build with an option
|
2022-10-03 11:18:43 -07:00 |
tangxifan
|
81e524cec4
|
[CMake] Added a new option 'OPENFPGA_WITH_VERSION_UP_TO_DATE' which allows users to skip version build (by default it remains always on)
|
2022-10-03 11:11:21 -07:00 |
tangxifan
|
25f6c529e0
|
[engine] fixed syntax errors when using clang
|
2022-08-25 09:58:43 -07:00 |
tangxifan
|
a50392f380
|
[script] update CMakefile to streamline test source files
|
2022-08-24 19:56:35 -07:00 |
tangxifan
|
83600d2bdd
|
[script] add install target for lib CMakefile
|
2022-08-24 19:47:01 -07:00 |
tangxifan
|
5d6a90d983
|
[engine] remove compile warnings
|
2022-08-22 20:59:50 -07:00 |
tangxifan
|
d5f56aada3
|
[lib] typo
|
2022-08-22 18:29:20 -07:00 |
tangxifan
|
903dd6cef6
|
[engine] remove warnings
|
2022-08-18 15:56:18 -07:00 |
tangxifan
|
2d05462219
|
[lib] remove warnings
|
2022-08-18 15:53:51 -07:00 |
tangxifan
|
2957b3aa7f
|
[lib] remove useless header files
|
2022-08-18 15:40:29 -07:00 |
tangxifan
|
a52597361b
|
[script] remove duplicated libraries in dependency list for some libopenfpga
|
2022-08-18 11:34:01 -07:00 |
tangxifan
|
e909f4fabe
|
[lib] rename libopenfpga to libs
|
2022-08-18 10:27:20 -07:00 |
tangxifan
|
075900a7c9
|
[engine] remove out-of-date codes due to the upgrades in VTR submodule
|
2022-08-16 13:56:08 -07:00 |