1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 4 years ago.
Mar 09, 2021 — Mar 09, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed Makefile so that build issue when NOGRAPHICS is turned on gets disabled More... over 12 years ago
Fixed invalid EXE specifiction More... over 12 years ago
Updated Makefile to reflect the new libcommon_c++ directory structure (was printhandler) More... over 12 years ago
Updated Makefile to reflect the new libcommon_c++ directory structure (was printhandler) More... over 12 years ago
Updated Makefile to reflect the new libcommon_c++ directory structure (was printhandler) More... over 12 years ago
Renamed printhandler library to libcommon_c++ for common C++ libraries. The common C++ library includes (or will include) the print handler plus several other non-print handler libraries. More... over 12 years ago
Moved pcre C library into the new libcommon_c common library directory. More... over 12 years ago
Created new libcommon_c common library. Initially, this library contains the pcre C library More... over 12 years ago
Renamed pccts library directory to libpccts for consistency within the trunk. More... over 12 years ago
Added support for s_grid_tile's new 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset' was applied to variable height blocks only). More... over 12 years ago
Added support for s_grid_tile's new 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset' was applied to variable height blocks only). Modified the alloc_and_load_rr_graph() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the alloc_and_load_pin_to_track_map() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the alloc_and_load_track_to_pin_lookup() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the free_type_pin_to_track_map() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the free_type_track_to_pin_map() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the build_bidir_rr_opins() function, replacing a 5D array parameter with a 6D array based on separate width and height fields. Modified the build_rr_xchan() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the build_rr_ychan() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the load_uniform_switch_pattern() function, replacing a 5D array parameter with a 6D array based on separate width and height fields. Modified the load_perturbed_switch_pattern() function, replacing a 5D array parameter with a 6D array based on separate width and height fields. More... over 12 years ago
Added support for s_type_descriptor's new 'width' member. This new member extends the VPR variable block height capability with variable block width. Added support for s_grid_tile's new 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset' was applied to variable height blocks only). Modified the get_bidir_opin_connections() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the get_track_to_pins() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the get_track_to_tracks() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the get_unidir_track_to_chan_seg() function, replacing a 5D array parameter with a 6D array based on separate width and height fields. More... over 12 years ago
Modified the get_bidir_opin_connections() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the get_track_to_pins() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. Modified the get_track_to_tracks() function, replacing a 4D array parameter with a 5D array based on separate width and height fields. More... over 12 years ago
Modified the check_rr_graph() function, eliminating 15 unused function parameters (out of 20 total). This simplied the build_rr_graph() function parameter passing. More... over 12 years ago
Modified the check_rr_graph() function, eliminating 15 unused function parameters (out of 20 total). This simplied the build_rr_graph() function parameter passing. More... over 12 years ago
Added support for s_type_descriptor's new 'width' member. This new member extends the VPR variable block height capability with variable block width. More... over 12 years ago
Added support for s_grid_tile's new 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset' was applied to variable height blocks only). More... over 12 years ago
Added support for s_grid_tile's new 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset' was applied to variable height blocks only). More... over 12 years ago
Added support for s_grid_tile's new 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset; was applied to variable height blocks only). More... over 12 years ago
Added support for s_type_descriptor's new 'width' member. This new member extends the VPR variable block height capability with variable block width. More... over 12 years ago
Added support for s_grid_tile's new width_offset and height_offset members. This update enables support for variable height and width blocks. See the get_rr_pin_draw_coords() function. More... over 12 years ago
Enhanced s_grid_tile 'offset' member with separate 'width_offset' and 'height_offset' members. This update enables support for variable height and width blocks (previously, 'offset' was applied to variable height blocks only) . Added INVALID #define to supplement the existing EMPTY #define for grid tiles. The additional grid tile state is used to distinguish between empty and un-initialized grid tiles. For example, see the new alloc_and_load_num_instances_type() function. More... over 12 years ago
Added support for s_type_descriptor's new width member. This new member extends the VPR variable block height capability with variable block width. Added support for s_grid_tile's new width_offset and height_offset members. This update enables support for variable height and width blocks (previously, offset was applied to variable height blocks only). More... over 12 years ago
Added support for s_type_descriptor's new width member. This new member extends the VPR variable block height capability with variable block width. Added support for s_grid_tile's new width_offset and height_offset members. This update enables support for variable height and width blocks (previously, offset was applied to variable height blocks only). More... over 12 years ago
Added the new local alloc_and_load_num_instances_type() function to calculate L_num_instances_type once. This simplifies redundant source in the alloc_and_load_num_instances_type() function, especially following potential fabric block and IO overrides. More... over 12 years ago
Updated VPR_VERSION to 7.01 to reflect Toro-related code updates (round #1) More... over 12 years ago
Enhanced s_type_descriptor to include support for a width member. This new member extends the VPR variable block height capability with variable block width. More... over 12 years ago
Improved the alloc_matrix4() function by replacing redundant code with call to the alloc_matrix3() function. Improved the free_matrix4() function by replacing redundant code with call to the free_matrix3() function. Added new alloc_matrix5() helper function. Added new free_matrix5() helper function. More... over 12 years ago
Enhanced s_type_descriptor to include support for a width member. This new member extends the VPR variable block height capability with variable block width. Also updated pinloc, num_pin_loc_assignments, and pin_loc_assignments multi-dimensional arrays to reflect additional width index. More... over 12 years ago
Added new alloc_matrix5() helper function. Added new free_matrix5() helper function. More... over 12 years ago