aboutsummaryrefslogtreecommitdiff
path: root/src/pld/xilinx_bit.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/pld directorySpencer Oliver1-23/+16
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-13xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch1-1/+1
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-06-23- Replace '){' with ') {'.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-2/+2
2009-06-18David Brownell <david-b@pacbell.net>:zwelch1-19/+20
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch1-8/+0
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-7/+7
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-2/+1
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-0/+146