summaryrefslogtreecommitdiff
path: root/src/pld/xilinx_bit.c
Commit message (Expand)AuthorAgeFilesLines
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch2009-11-131-1/+1
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* - Replace '){' with ') {'.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-2/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-181-19/+20
* Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch2009-05-111-8/+0
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-7/+7
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-2/+1
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-0/+146