summaryrefslogtreecommitdiff
path: root/src/pld/virtex2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-3/+0
* warnings: fix alignment warningsØyvind Harboe2010-09-201-1/+1
* jtag: move towards making out_value constØyvind Harboe2010-03-201-3/+4
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-2/+0
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-6/+6
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-8/+4
* PLD: usage/help updatesDavid Brownell2010-01-081-2/+2
* pld: use static registration instead of callbackZachary T Welch2009-11-241-6/+1
* pld: use register_commands()Zachary T Welch2009-11-241-8/+21
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-4/+4
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-1/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* pld_device_t -> struct pld_deviceZachary T Welch2009-11-131-5/+5
* virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch2009-11-131-6/+6
* xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch2009-11-131-1/+1
* pld_driver_t -> struct pld_driverZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-4/+4
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+2
* add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch2009-11-131-3/+3
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+1
* remove more useless declarationsZachary T Welch2009-11-111-22/+19
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* Improve pld command argument parsing.Zachary T Welch2009-11-051-1/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-2/+3
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-4/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-181-27/+20
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-8/+8
* no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe2009-06-041-3/+3
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-3/+3
* switch to jtag_add_dr_scan() from the synchronous version - USB performance fixoharboe2009-05-111-4/+11
* Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch2009-05-111-6/+1
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-4/+2
* remove in_handler usageoharboe2009-05-071-10/+6
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-13/+8
* retire out_mask - not used anywhereoharboe2009-05-061-4/+2
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-8/+8
* jtag newtap change & huge manual updateduane2008-11-301-20/+26