openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
SymbiFlow
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
almost 4 years
ago.
Mar 09, 2021 — Mar 09, 2022
Showing page 1,672 of 1,750
Search / Filter on:
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
Jason Luu
More...
over 12 years ago
Fixed invalid EXE specifiction
Jeff Rudolph
More...
over 12 years ago
Updated Makefile to reflect the new libcommon_c++ directory structure (was printhandler)
Jeff Rudolph
More...
over 12 years ago
Updated Makefile to reflect the new libcommon_c++ directory structure (was printhandler)
Jeff Rudolph
More...
over 12 years ago
Updated Makefile to reflect the new libcommon_c++ directory structure (was printhandler)
Jeff Rudolph
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.
Jeff Rudolph
More...
over 12 years ago
Moved pcre C library into the new libcommon_c common library directory.
Jeff Rudolph
More...
over 12 years ago
Created new libcommon_c common library. Initially, this library contains the pcre C library
Jeff Rudolph
More...
over 12 years ago
Renamed pccts library directory to libpccts for consistency within the trunk.
Jeff Rudolph
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).
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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).
Jeff Rudolph
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).
Jeff Rudolph
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).
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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).
Jeff Rudolph
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).
Jeff Rudolph
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.
Jeff Rudolph
More...
over 12 years ago
Updated VPR_VERSION to 7.01 to reflect Toro-related code updates (round #1)
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
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.
Jeff Rudolph
More...
over 12 years ago
Added new alloc_matrix5() helper function. Added new free_matrix5() helper function.
Jeff Rudolph
More...
over 12 years ago
←
1
2
…
1668
1669
1670
1671
1672
1673
1674
1675
1676
…
1749
1750
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree