summaryrefslogtreecommitdiff
path: root/src/pld/virtex2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-37/+39
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-081-2/+2
* make jtag_add_statemove() internal to the driver.oharboe2008-03-311-2/+2
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-2/+2
* - convert all files to unix line-endingdrath2008-02-251-264/+264
* From Michael Bruckoharboe2008-02-251-264/+264
* - added patch "remove error handler as planned"mifi2008-01-201-1/+1
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-4/+4
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-0/+264