US20070180179A1 - System bus control apparatus, integrated circuit and data processing system - Google Patents

System bus control apparatus, integrated circuit and data processing system Download PDF

Info

Publication number
US20070180179A1
US20070180179A1 US11/651,005 US65100507A US2007180179A1 US 20070180179 A1 US20070180179 A1 US 20070180179A1 US 65100507 A US65100507 A US 65100507A US 2007180179 A1 US2007180179 A1 US 2007180179A1
Authority
US
United States
Prior art keywords
bus
data
width
master
transfer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/651,005
Other versions
US7721039B2 (en
Inventor
Naoki Irisa
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp Corp
Original Assignee
Sharp Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp filed Critical Sharp Corp
Assigned to SHARP KABUSHIKI KAISHA reassignment SHARP KABUSHIKI KAISHA ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IRISA, NAOKI
Publication of US20070180179A1 publication Critical patent/US20070180179A1/en
Application granted granted Critical
Publication of US7721039B2 publication Critical patent/US7721039B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/36Handling requests for interconnection or transfer for access to common bus or bus system
    • G06F13/362Handling requests for interconnection or transfer for access to common bus or bus system with centralised access control
    • G06F13/364Handling requests for interconnection or transfer for access to common bus or bus system with centralised access control using independent requests or grants, e.g. using separated request and grant lines

Definitions

  • the present invention relates to a system bus control apparatus, an integrated circuit, and a data processing system that effectively utilize a system bus for realizing an efficient data transfer.
  • Japanese Unexamined Patent Publication No. 11(1999)-345196 discloses a technique in which an address/data bus is divided into plural bit widths, and among address values for every plural blocks, only the address value of a changed block is transferred.
  • Japanese Unexamined Patent Publication No. 09(1997)-319699 discloses a technique in which a system bus is divided into plural bits and can be asynchronously used.
  • 5(1993)-282242 discloses a technique in which a bus is divided into plural bus line units and the bus is used so as to correspond to the data transfer amount to thereby enhance an efficiency of use of the bus.
  • Japanese Unexamined Patent Publication No. 2004-110224 discloses a technique in which a data bus is divided into predetermined bus widths, a right to use the bus is provided to each data bus, and an arbitration is made in such a manner that the right to use the divided bus is issued in response to a data transfer request.
  • the technique disclosed in Japanese Unexamined Patent Publication No. 11(1999)-345196 can increase transfer speed.
  • the technique disclosed in Japanese Unexamined Patent Publication No. 09(1997)-319699 enables asynchronous transfer.
  • the technique disclosed in Japanese Unexamined Patent Publication No. 5(1993)-282242 can more efficiently use a bus since a bus is divided into plural bus lines.
  • the technique disclosed in Japanese Unexamined Patent Publication No. 2004-110224 enables to use the bus divided, i.e., a half of the bus is used as a transmitter and the other half of the bus is used as a receiver.
  • FIG. 13 is a timing chart for explaining a case where the bus width of the transfer-requested data is greater than the bus width that is allowed to be used, and hence, the data transfer is brought in a stand-by condition.
  • the vertical direction of the chart shown in FIG. 13 represents a bus width of a system bus, while the lateral direction of the chart represents a transfer timing.
  • FIG. 13 represents that there are four system buses having a bus width of 8-bit unit.
  • FIG. 13 shows that a bus master A (8-bit) and a bus master B (16-bit) carry out a data transfer from the timing t 1 to the timing t 8 . In this case, the 8-bit bus width is free.
  • the bus master C When a transfer request of 16-bit data is issued from a bus master C during the period from the timing t 1 to the timing t 8 , the bus master C should wait to carry out the data transfer until the transfer from the bus master A or bus master B is completed, since there is only an 8-bit free bus width in the system bus. Since a 16-bit free bus width is generated in the system bus after the transfer from the bus master A or B is completed, the bus mater C can transfer the data from the timing t 9 . In the example shown in FIG. 13 , a free bus width corresponding to 32 bits is generated in the system bus after the transfer from the bus master A or B is completed at the timing t 9 , but a bus width corresponding to 16 bits is used and another bus width corresponding to 16 bits is free.
  • the present invention is accomplished in view of the circumstances in which, even if the system bus has a free bus, a data transfer should be waited when its bus width is smaller than the bus width of the transfer-requested data, or in which even if there is a free bus in the system bus, only the bus corresponding to the bus width of the transfer-requested data is used.
  • the present invention provides a system bus control apparatus that enables a data transfer even if the bus width of transfer-requested data is greater than the bus width that is allowed to be used.
  • the present invention provides a system bus control apparatus that enables a data transfer by using the usable great bus width when the bus width that is allowed to be used is greater than the bus width of the transfer-requested data.
  • the present invention aims to provide a system bus control apparatus that effectively utilizes a system bus for realizing an efficient data transfer.
  • a system bus control apparatus includes: a system bus that is a path of data transferred from a bus master; a bus condition monitoring section that monitors a used condition or unused condition of the system bus; a bus allocating section that allocates a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request; and a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width. Accordingly, the bus width of the data to be transferred is changed in accordance with the bus width that is allowed to be used, whereby the transfer request is not brought into a stand-by condition.
  • FIG. 1 is a block diagram of a system bus control apparatus according to the present invention
  • FIG. 2 is a block diagram of a bus-master-side control section constituting the system bus control apparatus according to the present invention
  • FIG. 3 is a block diagram of a bus arbiter constituting the system bus control apparatus according to the present invention.
  • FIG. 4 is a timing chart of a division transfer according to the system bus control apparatus of the present invention.
  • FIG. 5 is a timing chart of a combined transfer according to the system bus control apparatus of the present invention.
  • FIG. 6 is a timing chart of a priority transfer according to the system bus control apparatus of the present invention.
  • FIG. 7 is a flowchart of a division transfer according to the system bus control apparatus of the present invention.
  • FIG. 8 is a flowchart of a combined transfer according to the system bus control apparatus of the present invention.
  • FIG. 9 is a flowchart of a priority transfer according to the system bus control apparatus of the present invention.
  • FIG. 10 is a time chart of a normal transfer according to the system bus control apparatus of the present invention.
  • FIG. 11 is a timing chart of a division transfer according to the system bus control apparatus of the present invention.
  • FIG. 12 is a timing chart of a combined transfer according to the system bus control apparatus of the present invention.
  • FIG. 13 is a conventional timing chart.
  • the bus condition monitoring section detects the used condition or unused condition of each bus of the system bus, or holds the used condition or unused condition of the system bus from the bus width and amount of the data that is requested to be transferred by the bus master. Accordingly, the transfer-requested data can be transferred so as to correspond to the used condition or the unused condition of the system bus.
  • the bus width variable section has a function of dividing the data from the bus master in accordance with the allocated bus width when the bus width of the data requested to be transferred by the bus master is greater than the bus width allocated by the bus allocating section, and of combining the data from the bus master in accordance with the allocated bus width when the bus width of the data requested to be transferred by the bus master is smaller than the bus width allocated by the bus allocating section, Accordingly, the transfer request is not brought into a stand-by condition.
  • a system bus control apparatus preferably further includes a data storage section that stores data when the data requested to be transferred by the bus master cannot be transferred, wherein when the bus condition monitoring section detects a bus not in use in an event that the data is stored in the data storage section, or when the bus condition monitoring section deduces a bus not in use from the held used condition or unused condition, the bus width variable section changes the bus width of the data stored in the data storage section so as to agree with a bus width corresponding to the bus width not in use. Accordingly, when the whole system bus is used, the data is temporarily stored in the buffer, while, when the bus is brought into a usable state, the data is combined according to the usable bus width, whereby the transfer time can be shortened.
  • the bus width allocated by the bus allocating section is a fractional multiple of 2 or 1/(two factorial) of the bus width of the data requested to be transferred. Accordingly, an odd sum of free bus is not created.
  • the bus condition monitoring section has a completion expecting section that calculates an expected completion timing of the data transfer from the bus width and the amount of the data requested to be transferred by the bus master. Accordingly, the system bus can be used systematically.
  • the bus allocating section reduces the bus width of the data currently being transferred by the bus width of the transfer-requested data having the high order of priority, and allocates the system bus to the bus master issuing the transfer request having the high order of priority. Accordingly, the performance of the system can be enhanced.
  • the order of priority is preferably allocated beforehand to the bus master or to the bus width variable section corresponding to the bus master. Accordingly, transfer is performed in accordance with the order of priority.
  • the order of priority is preferably allocated depending upon the amount of the data requested to be transferred by the bus master. Accordingly, the data can be transferred sequentially in the order of the data amount.
  • the present invention provides an integrated circuit including: a system bus that is a path of data transferred from a bus master; a bus condition monitoring section that monitors a used condition or unused condition of the system bus; a bus allocating section that allocates a bus width to be permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request; and a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width.
  • the system bus control apparatus can be obtained as an integrated circuit.
  • the present invention provides a data processing system including: a system bus that transfers data; plural bus masters that are connected to the system bus, and have a buffer temporarily storing the data to be transferred and a bus width variable section changing a bus width; and a bus arbiter that is connected to the system bus, and has a bus condition monitoring section monitoring a used condition or unused condition of the system bus and a bus allocating section allocating a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section when the bus master issues a transfer request.
  • the bus width of transfer-requested data is changed in accordance with the bus width of the free bus, whereby all buses can effectively be used. Therefore, the transfer-requested data is not brought into a stand-by condition, or the stand-by time can be shortened. As a result, the system bus is effectively used, and an efficient data transfer is realized.
  • the data to be transferred having a higher order of priority can be transferred in preference to the data having a lower order of priority.
  • the present invention provides a system bus control apparatus that effectively utilizes a system bus of an LSI formed by an ASIC technique, a system bus of a personal computer or an image forming apparatus, or a system bus of various data processing apparatuses for efficiently transferring data.
  • FIG. 1 a block diagram of FIG. 1 in which the system bus control apparatus of the present invention is applied to an LSI.
  • a bus master 1 is connected to a system bus 3 via a bus-master-side control section 2 .
  • bus-master-side control section 2 There are plural bus masters 1 and plural bus-master-side control sections 2 .
  • FIG. 1 shows five bus masters 1 and five bus-master-side control sections 2 .
  • the number of the bus mater 1 and the bus-master-side control section 2 may be not less than five or not more than five.
  • Each of the bus masters 1 a and 1 d transmits or receives an 8-bit data signal, and respectively connected to the bus-master-side control sections 2 a and 2 d via an 8-bit data line.
  • Each of the bus masters 1 b , 1 c and 1 e transmits or receives a 16-bit data signal, and respectively connected to the bus-master-side control sections 2 b , 2 c and 2 e via a 16-bit data line.
  • the system bus 3 is connected to a target 5 via a target-side control section 4 .
  • a target-side control section 4 There are plural target-side control sections 4 and plural targets 5 .
  • FIG. 1 shows three target-side control sections 4 and three targets 5 .
  • the number of the target-side control section 4 and the target 5 may be not less than three or not more than three.
  • FIG. 1 Although only the system bus 3 for data transfer is shown in FIG. 1 , and an address line and command line are not shown in FIG. 1 , the address line and command line are separately provided for connecting the bus-master-side control sections 2 and the target-side control sections 4 .
  • a bus arbiter 6 is connected to the system bus 3 .
  • the bus-master-side control sections 2 and the target-side control sections 4 will be explained later with reference to FIG. 2
  • the bus arbiter 6 will be explained later with reference to FIG. 3 .
  • the bus master 1 is, for example, a CPU, an input section or output section of a DMA controller, or a RAM.
  • the CPU can directly read or write data of the target.
  • the DMA controller is a module that controls data transfer between the targets instead of the CPU. These are bi-directional devices that input or output data, and preferably composed of the DMA.
  • the target 5 is a device that receives an address or command from the bus master 1 and decodes the received address or command.
  • An external memory storage device such as a hard disk, ROM, or RAM, or a device such as an I/O is connected to the outside of the target 5 .
  • the section encircled by a frame in FIG. 1 shows a configuration in the LSI or board.
  • the LSI may be composed in such a manner that at least some of the bus masters 1 and targets 5 may not be included depending upon the size of the LSI.
  • the command and data transmitted from the bus master 1 are transmitted to the target 5 via the bus-master-side control section 2 , system bus 3 and target-side control section 4 .
  • the target 5 inputs data and holds the data at a designated address when the command from the bus master 1 is a write command. If the command from the bus master 1 is a read command, the target 5 outputs the data at the designated address to the bus master.
  • the command and data from one of the bus masters 1 are transmitted to another bus master 1 via the system bus 3 .
  • the target 5 only receives data from the bus master 1 in general.
  • FIG. 2 is a block diagram of the bus-master-side control section 2 .
  • the bus master-side control section 2 includes an address line 11 that receives an address signal MADR from the bus master 1 , a command line 12 that receives a command signal MCMD including a bus width and data amount (or the number of burst) of the transfer-requested data from the bus master 1 , a data line 13 that transmits or receives a data signal MDATA from the bus master 1 , and an effective signal line 14 that receives an effective signal MVLD from the bus master 1 .
  • the respective lines are connected to a buffer 15 .
  • the buffer 15 has a capacity for storing the signal received from each line or signal transmitted to each line in an amount of a unit burst (e.g., 8 bursts).
  • the buffer 15 is further connected to a bus width variable section 16 .
  • the bus width variable section 16 has an address line 21 that transmits an address signal SADR to the target 5 , a command line 22 that transmits a command signal SCMD to the target 5 , a data line 23 that transfers a data signal SDATA via the system bus 3 , and an effective signal line 24 that transmits an effective signal SVLD to the target 5 .
  • These lines 21 to 24 are connected to the system bus 3 .
  • the bus width variable section 16 has a function of dividing or combining the bus width to change the bus width of the data transmitted from the bus master 1 so as to correspond to a bus size signal BSIZE commanded from the bus arbiter 6 .
  • the data of 16-bit width transmitted from the bus master 1 is divided into 2 cycles of 8-bit width each.
  • the data width variable section 16 combines two 8-bit width data to form data having a 16-bit width.
  • the data is combined in such a manner that the bit width of the data transmitted from the bus master 1 becomes a factorial multiple or integral multiple of 2.
  • the data is divided in such a manner that the bit width of the data transmitted from the bus master 1 becomes 1/(2 fractional).
  • the bus width variable section 16 is connected to a detecting section 17 that detects a transfer request MREQ from the bus master 1 and outputs a transfer request SREQ to the bus arbiter 6 . Further, the detecting section 17 detects a transfer permission signal SGNT from the bus arbiter 6 and outputs a transfer permission signal MGNT to the bus master 1 .
  • bus width variable section 16 is connected to an operation section 18 that receives a permission size signal BSIZE from the bus arbiter 6 and operates whether the bus width of the data transmitted from the bus master 1 is divided or combined.
  • the above is the description for the bus-master-side control section 2 .
  • the target-side control section 4 has a same configuration. It is to be noted that, instead of the bus master 1 , the target 5 is connected to the target-side control section 4 to process data between the target 5 and the system bus 3 .
  • FIG. 3 is a block diagram of the bus arbiter 6 .
  • the bus arbiter 6 includes an arbitration section 31 and an operation section 32 .
  • the arbitration section 31 is connected to each of the bus-master-side control sections 2 a to 2 e and receives transfer request signals REQ-A to REQ-E respectively from the bus-master-side control sections 2 a to 2 e .
  • a to E represent signals that are to be transmitted to or received from the bus masters 1 a to 1 e .
  • the transfer request signals REQ-A to REQ-E correspond to the transfer requests SREQ of each of the bus-master-side control sections 2 shown in FIG. 2 .
  • the arbitration section 31 communicates with the operation section 32 to perform bus arbitration, and as a result of the arbitration, transmits, to each of the bus-master-side control section 2 a to 2 a , bus use-permission signals GNT-A to GNT-E.
  • the use-permission signals GNT-A to GNT-E correspond to the transfer permission signals SGNT of each of the bus-master-side control sections 2 shown in FIG. 2 .
  • the operation section 32 checks conditions of the buses A to D by status signals BSTS-A to BSTS-D. This checking is referred to as monitoring or monitor section in the claims. Checking the condition of each of the buses A to D means the system bus 3 is divided into four and the used condition or unused condition of each of the divided bus is detected. Further, checking the condition of each of the buses A to D is to hold the used condition or unused condition of the buses from the bus width and data amount (or the number of burst) of the data is allowed to be transferred by the bus arbiter 6 . The used condition or unused condition of the buses is held as described above, whereby the projected use of the system bus can be formed. Since the system bus 3 is divided into four by 8 bits each, there are four status signals BSTS-A to BSTS-D in this embodiment, but the number of the status signals varies depending upon the size of the system bus or the bus width to be divided.
  • the operation section 32 receives command signals SCMD-A to SCMD-E from each of the bus-master-side control sections 2 a to 2 e .
  • the command signals SCMD-A to SCMD-E correspond to the command signal SCMD of the bus-master-side control sections 2 shown in FIG. 2 , and include information on the bus width and data amount.
  • the operation section 32 operates the bus width of the data when the data is allowed to be transferred, from the bus width and the data amount included in the command signals SCMD-A to SCMD-E and the status signals BSTS-A to BSTS-D indicating the used condition or unused condition of each bus. In this operation, the position of the bus to be used is obtained as well as the bus width.
  • the result of the operation is given to the bus-master-side control section 2 requesting transfer of the transfer-permission bus width signals BSIZE-A to BSIZE-E, together with the bus use-permission signals GNT-A to GNT-E.
  • Operating the bus width of the data allowed to be transferred and transmitting the transfer-permission bus width signals are referred to as allocating a bus width or a bus allocating section in the claims.
  • the transfer-permission bus width signals BSIZE-A to BSIZE-E correspond to the permission size signals BSIZE of the bus-master-side control section 2 shown in FIG. 2 .
  • the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E may be transmitted not only to the bus-master-side control section 2 requesting transfer but also to the target-side control section 4 as the transfer destination.
  • the bus-master-side control section 2 receiving a transfer permission may transfer the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E to the target-side control section 4 as the transfer destination or to the bus-master-side control section 2 as is the transfer destinations.
  • the bus arbiter 6 may include not only the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E but also data amount (or the number of burst) and positional signal of the bus line.
  • the bus system control apparatus is configured as described above, and operates as follows.
  • FIG. 4 shows a timing when the data is transferred with a bus width divided by the system bus control apparatus according to the present invention.
  • FIG. 4 shows that, when there are four 8-bit unit system buses, data of the bus master 1 a (8 bits) and bus master 1 b (16 bits) are transferred from a timing t 1 to a timing t 8 .
  • the data of the bus master 1 a is represented by A 1 to A 8
  • the data of the bus master 1 b is represented by B 1 to B 8 .
  • B 1 to B 8 the same is true for the following explanation.
  • the bus arbiter 6 gives a transfer permission to the bus master 1 c since the system bus 3 has an 8-bit free space. It is to be noted that the bus width of the data permitted to be transferred is 8 bits. Therefore, the data width variable section 16 of the bus master 1 c divides the 16-bit data into signals C 1 a , C 1 b , C 2 a , C 2 b , . . . that are signals of two cycles each having 8 bits.
  • the use-permission signal GNT-C and the transfer-permission bus width signal BSIZE-C of the bus arbiter 6 and the positional information on the bus line may be transmitted not only to the bus-master-side control section 2 c of the bus master 1 but also to the bus master as a transfer destination or the target. Alternatively, they may be transmitted as contained in the command MCMD to be transmitted from the bus master 1 c that receives the transfer permission.
  • the data thus divided into 8-bit width is transferred, whereby the free space of the system bus 3 can effectively be utilized. Consequently, an efficiency of use of the system bus can be enhanced.
  • FIG. 5 shows a timing when the data is transferred with the bus width combined by the system bus control apparatus according to the present invention.
  • FIG. 5 shows that, when there are four 8-bit unit system buses, the bus master 1 a (data A having an 8-bit width), the bus master 1 b (data B having a 16-bit width), and the bus master 1 c (data C having an 8-bit width) respectively transfer data from the timing t 1 to the timing t 8 .
  • the bus arbiter 6 issues a stand-by command to the bus-master-side control section 2 d of the bus master 1 d , since there is no free space in the system bus 3 .
  • the bus arbiter 6 may issue a use-permission signal GNT-D, but the transfer-permission bus width signal BSIZE-D at this time indicates permitting a bus width of zero. Therefore, the data from the bus master 1 d is temporarily stored in a buffer 15 d.
  • the bus arbiter 6 transmits the use-permission signal GNT-D and transfer-permission bus width signal BSIZE-D of 32-bit width to the bus master 1 d .
  • the data width variable section 16 d of the bus master 1 d combines four 8-bit width data to form data having a 32-bit width.
  • the bus master 1 d may not use all of the 32 bits, but may only use 16 bits or 24 bits.
  • the data is thus combined and transferred as the data having a 32-bit width. Accordingly, the data transfer time can be shortened, whereby an efficient data transfer can be realized.
  • FIG. 6 shows a case where the system bus control apparatus of the present invention transfers data having a high order of priority for preference.
  • FIG. 6 shows that, when there are four 8-bit unit system buses, data from the bus master 1 a (data A having an 8-bit width) and data from the bus master 1 b (data B having a 16-bit width) are transferred from the timing t 1 to the timing t 4 .
  • the bus arbiter 6 causes the bus master 1 b , having a low order of priority, to reduce the bus width of the transfer-permission bus width signal BSIZE-B from 16 bits to 8 bits, since there is only an 8-bit free space in the system bus 3 . Therefore, the bus width variable section 16 b of the bus master 1 b changes the bus width to 8 bits. Accordingly, the data is transferred with an 8-bit bus width from the timing t 5 to the timing t 8 .
  • the free bus width becomes 16 bits, whereby the transfer-permission bus width signal BSIZE-B of a 16-bit width is issued to the bus master 1 e .
  • the bus width used by the bus masters 1 a and 1 b becomes 8 bits
  • the bus width used by the bus master 1 e becomes 16 bits.
  • the transfer from the bus master 1 a is completed, and thereby the bus masters 1 b and 1 e restart the data transfer by using the system bus in 16 bits each.
  • the bus arbiter 6 transmits the changed information on the bus position to the bus-master-side control section 2 .
  • the bus master 1 b transfers the data of a 16-bit width as changed to the data of an 8-bit width.
  • the bus width of the transfer-permission bus width signal BSIZE-B is set to zero for the bus master 1 b with the transfer permission given to the bus master 1 b . Setting the bus width of the transfer-permission bus width signal BSIZE-B to zero indicates a temporal stop, not a discontinuation of the transfer, to the bus master 1 b . When a free bus width is obtained, the transfer is continuously restarted.
  • the transfer request from the bus master 1 b having a low order of priority frees the bus width necessary for responding to the transfer request from the bus master 1 e as described above, whereby a transfer band of the bus master 1 e can be ensured.
  • the order of priority may be set beforehand for every bus master or in the bus width variable section of the corresponding bus master. Alternatively, the order of priority may be set depending upon the data amount. When the data amount is too large, the data having a smaller amount may have priority sequentially so that another data having a smaller data amount is transferred for preference.
  • the data is divided by a unit burst (e.g., 8 bursts), and even in this case, the data in which the unit burst is continuous may be determined that the data amount is too large.
  • a unit burst e.g. 8 bursts
  • print data has priority.
  • the photosensitive member is not scanned, another data may have priority.
  • the data for which the transfer time is determined is transferred for preference at the determined time.
  • a first step S 1 is a step in which the system bus control apparatus detects whether a transfer request is issued or not. Whether the transfer request is issued or not is detected by whether presence of the transfer request signals REQ-A to REQ-E is detected by the arbitration section 31 of the bus arbiter 6 . If there is no transfer request, the process returns to the step S 1 .
  • the bus arbiter 6 proceeds to a step S 2 to check the bus width of the transfer-requested data by the operation section 32 of the bus arbiter 6 using the command signals CMD-A to CMD-E. Then, in a step S 3 , the operation section 32 checks the current free bus width in the system bus 3 from the status signals BSTS-A to BSTS-D.
  • a next step S 4 it is determined whether the free bus width is greater than the bus width of the transfer-requested data.
  • the bus master 1 requesting a transfer is given the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E including the information on the free bus width.
  • the bus arbiter 6 gives the transfer permission with the free bus width as the use-permission signals GNT-A to GNT-E together with the transfer-permission bus width signals BSIZE-A to BSIZE-E.
  • the bus width variable section 16 of the bus master 1 receiving the transfer permission with the free bus width divides the data width of the data into the free bus width for performing transfer.
  • FIG. 8 shows a case of the combined transfer shown in FIG. 5 .
  • Steps S 11 to S 13 are the same as the steps S 1 to S 3 in FIG. 7 .
  • a step S 14 it is determined whether or not there is a free bus width in the system bus 3 .
  • the process proceeds to a step S 17 .
  • the process proceeds to a step S 15 so as to determine whether the free bus width is greater than the bus width of the transfer-requested data.
  • the transfer is possible.
  • a step S 16 the bus arbiter 6 transmits to the bus master requesting transfer is issued the transfer permission for using the free bus width as the use-permission signals GNT-A to GNT-E together with the transfer-permission bus width signals BSIZE-A to BSIZE-E. Accordingly, the bus master combines the bus width so as to match the bus width to the free bus width.
  • the process proceeds to the step S 17 to transmit the transfer permission with the free bus width as the use-permission signals GNT-A to GNT-E together with the transfer-permission bus width signals BSIZE-A to BSIZE-E. Accordingly, the bus master divides the bus width so as to match the free bus width for performing transfer.
  • the flowchart shown in FIG. 9 shows a case of the priority transfer shown in FIG. 6 .
  • Steps S 21 to S 24 are the same as the steps S 1 to S 4 in the flowchart in FIG. 7 .
  • the process proceeds to a step S 32 to give the transfer permission with the bus width of the transfer-requested data as in a case of the step S 5 in FIG. 7 .
  • step S 25 determines whether the order of priority of the data that is newly requested to be transferred is higher than the order of priority of the data currently being transferred.
  • step S 31 gives the transfer permission with the free bus width of the system bus to the bus master requesting the transfer.
  • the bus master to which the transfer permission is given divides the bus width so as to match the transfer permitted bus width for performing transfer.
  • step S 26 When the order of priority of the transfer-requested data is higher (Y in S 25 ), the process proceeds to a step S 26 to command the bus master having a low order of priority to change the bus width so as to reduce the insufficient bus width when the bus master having a high order of priority transfers data.
  • the commanded bus master divides the bus width in order to change the bus width and carries out the transfer.
  • step S 27 the use-permission signals GNT-A to GNT-E and transfer-permission bus width signals BSIZE-A to BSIZE-E are transmitted to the bus master requesting the transfer. It is determined in a next step S 28 whether the transfer is completed or not. If the transfer is not completed, the process returns to the step S 28 .
  • step S 29 When the transfer is completed, it is determined in a step S 29 whether the transfer from the bus master that reduces the bus width is completed or not. If completed (Y in S 29 ), the process returns to step S 21 . If not completed (N in S 29 ), the process proceeds to step S 30 to permit the bus master to transfer with the bus width before being reduced.
  • the bus master receiving the transfer permission with the original bus width changes the bus width to the original bus width and carries out the transfer.
  • the arbitration section 31 and the operation section 32 of the bus arbiter 6 reallocates the use-permitted bus width and bus position, whereby the system bus is effectively utilized and an efficient data transfer can be realized.
  • FIG. 10 shows a time chart in the normal transfer.
  • FIG. 10( a ) shows a time chart of the bus master 1 , wherein CLK on the first line represents a clock. This clock is common to the whole system bus control apparatus of the present invention.
  • An MREQ on the second line represents a transfer request signal of the bus master 1 . A high level thereof indicates that there is a transfer request, while a low level thereof indicates that there is no transfer request.
  • MGNT represents a transfer permission signal received from the bus arbiter 6 . A high level thereof indicates that the transfer is permitted, while a low level thereof indicates that the transfer is not permitted.
  • MADR represents an address signal of the bus master 1 .
  • MCMD indicates a command signal of the bus master 1 .
  • it indicates that there are four 16-bit data.
  • MVLD represents an effective period of the transfer permission. A high level thereof indicates the period that the transfer permission is effective, while a low level thereof indicates the period in which there is no transfer permission.
  • MDATA represents that the bus master executes the data transfer. Accordingly, FIG. 10( a ) shows that the transfer permission signal MGNT is given and the transfer is made four times with the use of the 16-bit bus width, when the bus master 1 issues the transfer request signal MREQ.
  • FIG. 10( b ) shows a time chart of the system bus 3 with respect to the transfer request and the execution of the transfer of the bus master shown in FIG. 10( a ).
  • SREQ represents a transfer request signal from the bus master 1 , wherein a high level thereof indicates that there is a transfer request, while a low level thereof indicates that there is no transfer request.
  • SGNT represents a transfer permission signal transmitted from the bus arbiter 6 . A high level thereof indicates the transfer permission, while a low level thereof indicates no-permission of transfer.
  • SADR represents an address signal of the bus master 1 .
  • SCMD represents a command signal of the bus master 1 .
  • SVLD represents an effective period of the transfer permission. A high level thereof indicates the period that the transfer permission is effective, while a low level thereof indicates the period in which there is no transfer permission.
  • SDATA represents that the bus master 1 executes the data transfer.
  • BSIZE represents a period that the bus master 1 executes the data transfer. Here, it indicates that 16-bit data is transferred four times. Accordingly, FIG. 10( b ) shows that the transfer permission signal SGNT is given and the data transfer is carried out, when the bus master issues the transfer request signal SREQ.
  • FIG. 11 shows a time chart of the division transfer.
  • FIG. 11 is almost the same as FIG. 10 .
  • the different points are SVLD on the fifth line, SDATA on the sixth line, and BSIZE on the seventh line in FIG. 11( b ).
  • the SLVD on the fifth line represents the period of eight clocks.
  • the SDATA on the sixth line shows that the bus width is divided into 8 bits and the data is transferred eight times.
  • the SDATA on the sixth line shows that 8-bit data is transferred eight times.
  • FIG. 12 is a time chart of the combined transfer.
  • FIG. 12( a ) shows a time chart of the bus master, and same as FIG. 10( a ) and FIG. 11( a ).
  • FIG. 12( b ) shows a time chart of the system bus.
  • SREQ represents a transfer request signal from the bus master, wherein a high level thereof indicates that there is a transfer request, while a low level thereof indicates that there is no transfer request.
  • SGNT represents a transfer permission signal transmitted from the bus arbiter 6 . In this case, it shows that there is no free bus width at the beginning of the period when the transfer request is issued, so that the transfer permission signal becomes a low level. Then, it is indicated that the transfer permission signal SGNT is issued at the tenth clock from the issuance of the transfer request.
  • the bus-master-side control section stores data in the buffer.
  • SVLD becomes a high level on the tenth clock and eleventh clock from the issuance of the transfer request signal SREQ, showing the period that the transfer permission is effective.
  • SDATA represents that the bus master combines four 8-bit data to form 32-bit data and transfers the resultant data twice.
  • BSIZE represents that 32-bit data is transferred twice, indicating a data amount.
  • the above-mentioned embodiment describes a system bus of an LSI.
  • the present invention is applicable to a system bus of a personal computer or image forming apparatus, or a system bus of various data processing apparatuses.

Abstract

The present invention provides a system bus control apparatus that effectively utilizes a system bus to the full and realizes efficient data transfer.
A system bus control apparatus includes a system bus that is a path of data transferred from a bus master, a bus condition monitoring section that monitors a used condition or unused condition of the system bus, a bus allocating section that allocates a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request, and a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width.
Accordingly, the bus width of the data to be transferred is changed in accordance with the bus width permitted to be used, whereby the transfer request is not brought into a stand-by condition.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is related to Japanese Patent Application No. 2006-021115 filed on Jan. 30, 2006, whose priorities are claimed under 35 USC § 119, the disclosure of which is incorporated by reference in its entirety.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to a system bus control apparatus, an integrated circuit, and a data processing system that effectively utilize a system bus for realizing an efficient data transfer.
  • 2. Description of Related Art
  • There has already been known a technique of performing a bus arbitration in order to carry out an efficient data transfer by effectively utilizing a system bus of an LSI, system bus of a personal computer or image processing apparatus, or system bus of various data processing apparatuses. For example, Japanese Unexamined Patent Publication No. 11(1999)-345196 discloses a technique in which an address/data bus is divided into plural bit widths, and among address values for every plural blocks, only the address value of a changed block is transferred. Japanese Unexamined Patent Publication No. 09(1997)-319699 discloses a technique in which a system bus is divided into plural bits and can be asynchronously used. Japanese Unexamined Patent Publication No. 5(1993)-282242 discloses a technique in which a bus is divided into plural bus line units and the bus is used so as to correspond to the data transfer amount to thereby enhance an efficiency of use of the bus. Japanese Unexamined Patent Publication No. 2004-110224 discloses a technique in which a data bus is divided into predetermined bus widths, a right to use the bus is provided to each data bus, and an arbitration is made in such a manner that the right to use the divided bus is issued in response to a data transfer request.
  • The technique disclosed in Japanese Unexamined Patent Publication No. 11(1999)-345196 can increase transfer speed. The technique disclosed in Japanese Unexamined Patent Publication No. 09(1997)-319699 enables asynchronous transfer. The technique disclosed in Japanese Unexamined Patent Publication No. 5(1993)-282242 can more efficiently use a bus since a bus is divided into plural bus lines. The technique disclosed in Japanese Unexamined Patent Publication No. 2004-110224 enables to use the bus divided, i.e., a half of the bus is used as a transmitter and the other half of the bus is used as a receiver.
  • However, when a bus width of transfer-requested data is greater than a bus width that is allowed to be used, data transfer is impossible, and hence, the data transfer should be brought into a stand-by condition.
  • FIG. 13 is a timing chart for explaining a case where the bus width of the transfer-requested data is greater than the bus width that is allowed to be used, and hence, the data transfer is brought in a stand-by condition. The vertical direction of the chart shown in FIG. 13 represents a bus width of a system bus, while the lateral direction of the chart represents a transfer timing. FIG. 13 represents that there are four system buses having a bus width of 8-bit unit. FIG. 13 shows that a bus master A (8-bit) and a bus master B (16-bit) carry out a data transfer from the timing t1 to the timing t8. In this case, the 8-bit bus width is free.
  • When a transfer request of 16-bit data is issued from a bus master C during the period from the timing t1 to the timing t8, the bus master C should wait to carry out the data transfer until the transfer from the bus master A or bus master B is completed, since there is only an 8-bit free bus width in the system bus. Since a 16-bit free bus width is generated in the system bus after the transfer from the bus master A or B is completed, the bus mater C can transfer the data from the timing t9. In the example shown in FIG. 13, a free bus width corresponding to 32 bits is generated in the system bus after the transfer from the bus master A or B is completed at the timing t9, but a bus width corresponding to 16 bits is used and another bus width corresponding to 16 bits is free.
  • SUMMARY OF THE INVENTION
  • The present invention is accomplished in view of the circumstances in which, even if the system bus has a free bus, a data transfer should be waited when its bus width is smaller than the bus width of the transfer-requested data, or in which even if there is a free bus in the system bus, only the bus corresponding to the bus width of the transfer-requested data is used. Specifically, the present invention provides a system bus control apparatus that enables a data transfer even if the bus width of transfer-requested data is greater than the bus width that is allowed to be used. Further, the present invention provides a system bus control apparatus that enables a data transfer by using the usable great bus width when the bus width that is allowed to be used is greater than the bus width of the transfer-requested data.
  • Thus, the present invention aims to provide a system bus control apparatus that effectively utilizes a system bus for realizing an efficient data transfer.
  • In order to solve the above problem, a system bus control apparatus according to the present invention includes: a system bus that is a path of data transferred from a bus master; a bus condition monitoring section that monitors a used condition or unused condition of the system bus; a bus allocating section that allocates a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request; and a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width. Accordingly, the bus width of the data to be transferred is changed in accordance with the bus width that is allowed to be used, whereby the transfer request is not brought into a stand-by condition.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of a system bus control apparatus according to the present invention;
  • FIG. 2 is a block diagram of a bus-master-side control section constituting the system bus control apparatus according to the present invention;
  • FIG. 3 is a block diagram of a bus arbiter constituting the system bus control apparatus according to the present invention;
  • FIG. 4 is a timing chart of a division transfer according to the system bus control apparatus of the present invention;
  • FIG. 5 is a timing chart of a combined transfer according to the system bus control apparatus of the present invention;
  • FIG. 6 is a timing chart of a priority transfer according to the system bus control apparatus of the present invention;
  • FIG. 7 is a flowchart of a division transfer according to the system bus control apparatus of the present invention;
  • FIG. 8 is a flowchart of a combined transfer according to the system bus control apparatus of the present invention;
  • FIG. 9 is a flowchart of a priority transfer according to the system bus control apparatus of the present invention;
  • FIG. 10 is a time chart of a normal transfer according to the system bus control apparatus of the present invention;
  • FIG. 11 is a timing chart of a division transfer according to the system bus control apparatus of the present invention;
  • FIG. 12 is a timing chart of a combined transfer according to the system bus control apparatus of the present invention; and
  • FIG. 13 is a conventional timing chart.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • In a system bus control apparatus according to the present invention, it is preferable that the bus condition monitoring section detects the used condition or unused condition of each bus of the system bus, or holds the used condition or unused condition of the system bus from the bus width and amount of the data that is requested to be transferred by the bus master. Accordingly, the transfer-requested data can be transferred so as to correspond to the used condition or the unused condition of the system bus.
  • In a system bus control apparatus according to the present invention, it is preferable that the bus width variable section has a function of dividing the data from the bus master in accordance with the allocated bus width when the bus width of the data requested to be transferred by the bus master is greater than the bus width allocated by the bus allocating section, and of combining the data from the bus master in accordance with the allocated bus width when the bus width of the data requested to be transferred by the bus master is smaller than the bus width allocated by the bus allocating section, Accordingly, the transfer request is not brought into a stand-by condition.
  • A system bus control apparatus according to the present invention preferably further includes a data storage section that stores data when the data requested to be transferred by the bus master cannot be transferred, wherein when the bus condition monitoring section detects a bus not in use in an event that the data is stored in the data storage section, or when the bus condition monitoring section deduces a bus not in use from the held used condition or unused condition, the bus width variable section changes the bus width of the data stored in the data storage section so as to agree with a bus width corresponding to the bus width not in use. Accordingly, when the whole system bus is used, the data is temporarily stored in the buffer, while, when the bus is brought into a usable state, the data is combined according to the usable bus width, whereby the transfer time can be shortened.
  • In a system bus control apparatus according to the present invention, it is preferable that the bus width allocated by the bus allocating section is a fractional multiple of 2 or 1/(two factorial) of the bus width of the data requested to be transferred. Accordingly, an odd sum of free bus is not created.
  • In a system bus control apparatus according to the present invention, it is preferable that the bus condition monitoring section has a completion expecting section that calculates an expected completion timing of the data transfer from the bus width and the amount of the data requested to be transferred by the bus master. Accordingly, the system bus can be used systematically.
  • In a system bus control apparatus according to the present invention, it is preferable that, when a transfer request having a high order of priority is issued from the bus master, the bus allocating section reduces the bus width of the data currently being transferred by the bus width of the transfer-requested data having the high order of priority, and allocates the system bus to the bus master issuing the transfer request having the high order of priority. Accordingly, the performance of the system can be enhanced.
  • The order of priority is preferably allocated beforehand to the bus master or to the bus width variable section corresponding to the bus master. Accordingly, transfer is performed in accordance with the order of priority.
  • Further, the order of priority is preferably allocated depending upon the amount of the data requested to be transferred by the bus master. Accordingly, the data can be transferred sequentially in the order of the data amount.
  • From a different point of view, the present invention provides an integrated circuit including: a system bus that is a path of data transferred from a bus master; a bus condition monitoring section that monitors a used condition or unused condition of the system bus; a bus allocating section that allocates a bus width to be permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request; and a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width. Accordingly, the system bus control apparatus can be obtained as an integrated circuit.
  • Further, from another different point of view, the present invention provides a data processing system including: a system bus that transfers data; plural bus masters that are connected to the system bus, and have a buffer temporarily storing the data to be transferred and a bus width variable section changing a bus width; and a bus arbiter that is connected to the system bus, and has a bus condition monitoring section monitoring a used condition or unused condition of the system bus and a bus allocating section allocating a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section when the bus master issues a transfer request.
  • According to the present invention, when there is a free space in the system bus, the bus width of transfer-requested data is changed in accordance with the bus width of the free bus, whereby all buses can effectively be used. Therefore, the transfer-requested data is not brought into a stand-by condition, or the stand-by time can be shortened. As a result, the system bus is effectively used, and an efficient data transfer is realized.
  • Further, the data to be transferred having a higher order of priority can be transferred in preference to the data having a lower order of priority.
  • The present invention provides a system bus control apparatus that effectively utilizes a system bus of an LSI formed by an ASIC technique, a system bus of a personal computer or an image forming apparatus, or a system bus of various data processing apparatuses for efficiently transferring data.
  • The present invention will be explained below with reference to a block diagram of FIG. 1 in which the system bus control apparatus of the present invention is applied to an LSI.
  • As shown in FIG. 1, a bus master 1 is connected to a system bus 3 via a bus-master-side control section 2. There are plural bus masters 1 and plural bus-master-side control sections 2. FIG. 1 shows five bus masters 1 and five bus-master-side control sections 2. The number of the bus mater 1 and the bus-master-side control section 2 may be not less than five or not more than five. When each of the bus masters 1 and bus-master-side control sections 2 is separately explained, subscripts a to e are added.
  • Each of the bus masters 1 a and 1 d transmits or receives an 8-bit data signal, and respectively connected to the bus-master- side control sections 2 a and 2 d via an 8-bit data line. Each of the bus masters 1 b, 1 c and 1 e transmits or receives a 16-bit data signal, and respectively connected to the bus-master- side control sections 2 b, 2 c and 2 e via a 16-bit data line.
  • The system bus 3 is connected to a target 5 via a target-side control section 4. There are plural target-side control sections 4 and plural targets 5. FIG. 1 shows three target-side control sections 4 and three targets 5. The number of the target-side control section 4 and the target 5 may be not less than three or not more than three.
  • Although only the system bus 3 for data transfer is shown in FIG. 1, and an address line and command line are not shown in FIG. 1, the address line and command line are separately provided for connecting the bus-master-side control sections 2 and the target-side control sections 4.
  • A bus arbiter 6 is connected to the system bus 3. The bus-master-side control sections 2 and the target-side control sections 4 will be explained later with reference to FIG. 2, and the bus arbiter 6 will be explained later with reference to FIG. 3.
  • The bus master 1 is, for example, a CPU, an input section or output section of a DMA controller, or a RAM. The CPU can directly read or write data of the target. The DMA controller is a module that controls data transfer between the targets instead of the CPU. These are bi-directional devices that input or output data, and preferably composed of the DMA.
  • The target 5 is a device that receives an address or command from the bus master 1 and decodes the received address or command. An external memory storage device such as a hard disk, ROM, or RAM, or a device such as an I/O is connected to the outside of the target 5. The section encircled by a frame in FIG. 1 shows a configuration in the LSI or board. The LSI may be composed in such a manner that at least some of the bus masters 1 and targets 5 may not be included depending upon the size of the LSI.
  • The command and data transmitted from the bus master 1 are transmitted to the target 5 via the bus-master-side control section 2, system bus 3 and target-side control section 4. The target 5 inputs data and holds the data at a designated address when the command from the bus master 1 is a write command. If the command from the bus master 1 is a read command, the target 5 outputs the data at the designated address to the bus master.
  • Alternatively, the command and data from one of the bus masters 1 are transmitted to another bus master 1 via the system bus 3. The target 5 only receives data from the bus master 1 in general.
  • FIG. 2 is a block diagram of the bus-master-side control section 2. The bus master-side control section 2 includes an address line 11 that receives an address signal MADR from the bus master 1, a command line 12 that receives a command signal MCMD including a bus width and data amount (or the number of burst) of the transfer-requested data from the bus master 1, a data line 13 that transmits or receives a data signal MDATA from the bus master 1, and an effective signal line 14 that receives an effective signal MVLD from the bus master 1. The respective lines are connected to a buffer 15. The buffer 15 has a capacity for storing the signal received from each line or signal transmitted to each line in an amount of a unit burst (e.g., 8 bursts). The buffer 15 is further connected to a bus width variable section 16. The bus width variable section 16 has an address line 21 that transmits an address signal SADR to the target 5, a command line 22 that transmits a command signal SCMD to the target 5, a data line 23 that transfers a data signal SDATA via the system bus 3, and an effective signal line 24 that transmits an effective signal SVLD to the target 5. These lines 21 to 24 are connected to the system bus 3.
  • The bus width variable section 16 has a function of dividing or combining the bus width to change the bus width of the data transmitted from the bus master 1 so as to correspond to a bus size signal BSIZE commanded from the bus arbiter 6. For example, the data of 16-bit width transmitted from the bus master 1 is divided into 2 cycles of 8-bit width each. The data width variable section 16 combines two 8-bit width data to form data having a 16-bit width. In a case of combining data, the data is combined in such a manner that the bit width of the data transmitted from the bus master 1 becomes a factorial multiple or integral multiple of 2. The data is divided in such a manner that the bit width of the data transmitted from the bus master 1 becomes 1/(2 fractional). Further, the bus width variable section 16 is connected to a detecting section 17 that detects a transfer request MREQ from the bus master 1 and outputs a transfer request SREQ to the bus arbiter 6. Further, the detecting section 17 detects a transfer permission signal SGNT from the bus arbiter 6 and outputs a transfer permission signal MGNT to the bus master 1.
  • Moreover, the bus width variable section 16 is connected to an operation section 18 that receives a permission size signal BSIZE from the bus arbiter 6 and operates whether the bus width of the data transmitted from the bus master 1 is divided or combined.
  • The above is the description for the bus-master-side control section 2. The target-side control section 4 has a same configuration. It is to be noted that, instead of the bus master 1, the target 5 is connected to the target-side control section 4 to process data between the target 5 and the system bus 3.
  • FIG. 3 is a block diagram of the bus arbiter 6. As shown in FIG. 3, the bus arbiter 6 includes an arbitration section 31 and an operation section 32. The arbitration section 31 is connected to each of the bus-master-side control sections 2 a to 2 e and receives transfer request signals REQ-A to REQ-E respectively from the bus-master-side control sections 2 a to 2 e. A to E represent signals that are to be transmitted to or received from the bus masters 1 a to 1 e. The same is true for the following explanation. The transfer request signals REQ-A to REQ-E correspond to the transfer requests SREQ of each of the bus-master-side control sections 2 shown in FIG. 2. The arbitration section 31 communicates with the operation section 32 to perform bus arbitration, and as a result of the arbitration, transmits, to each of the bus-master-side control section 2 a to 2 a, bus use-permission signals GNT-A to GNT-E. The use-permission signals GNT-A to GNT-E correspond to the transfer permission signals SGNT of each of the bus-master-side control sections 2 shown in FIG. 2.
  • When the arbitration section 31 receives the transfer request signals REQ-A to REQ-E, the operation section 32 checks conditions of the buses A to D by status signals BSTS-A to BSTS-D. This checking is referred to as monitoring or monitor section in the claims. Checking the condition of each of the buses A to D means the system bus 3 is divided into four and the used condition or unused condition of each of the divided bus is detected. Further, checking the condition of each of the buses A to D is to hold the used condition or unused condition of the buses from the bus width and data amount (or the number of burst) of the data is allowed to be transferred by the bus arbiter 6. The used condition or unused condition of the buses is held as described above, whereby the projected use of the system bus can be formed. Since the system bus 3 is divided into four by 8 bits each, there are four status signals BSTS-A to BSTS-D in this embodiment, but the number of the status signals varies depending upon the size of the system bus or the bus width to be divided.
  • The operation section 32 receives command signals SCMD-A to SCMD-E from each of the bus-master-side control sections 2 a to 2 e. The command signals SCMD-A to SCMD-E correspond to the command signal SCMD of the bus-master-side control sections 2 shown in FIG. 2, and include information on the bus width and data amount. The operation section 32 operates the bus width of the data when the data is allowed to be transferred, from the bus width and the data amount included in the command signals SCMD-A to SCMD-E and the status signals BSTS-A to BSTS-D indicating the used condition or unused condition of each bus. In this operation, the position of the bus to be used is obtained as well as the bus width. The result of the operation is given to the bus-master-side control section 2 requesting transfer of the transfer-permission bus width signals BSIZE-A to BSIZE-E, together with the bus use-permission signals GNT-A to GNT-E. Operating the bus width of the data allowed to be transferred and transmitting the transfer-permission bus width signals are referred to as allocating a bus width or a bus allocating section in the claims.
  • The transfer-permission bus width signals BSIZE-A to BSIZE-E correspond to the permission size signals BSIZE of the bus-master-side control section 2 shown in FIG. 2. The use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E may be transmitted not only to the bus-master-side control section 2 requesting transfer but also to the target-side control section 4 as the transfer destination. Alternatively, the bus-master-side control section 2 receiving a transfer permission may transfer the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E to the target-side control section 4 as the transfer destination or to the bus-master-side control section 2 as is the transfer destinations. The bus arbiter 6 may include not only the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E but also data amount (or the number of burst) and positional signal of the bus line.
  • The bus system control apparatus according to the present invention is configured as described above, and operates as follows.
  • FIG. 4 shows a timing when the data is transferred with a bus width divided by the system bus control apparatus according to the present invention. FIG. 4 shows that, when there are four 8-bit unit system buses, data of the bus master 1 a (8 bits) and bus master 1 b (16 bits) are transferred from a timing t1 to a timing t8. In FIG. 4, the data of the bus master 1 a is represented by A1 to A8, and the data of the bus master 1 b is represented by B1 to B8. The same is true for the following explanation.
  • When a transfer request of 16-bit data is issued from the bus master 1 c during a period from the timing t1 to the timing t8, the bus arbiter 6 gives a transfer permission to the bus master 1 c since the system bus 3 has an 8-bit free space. It is to be noted that the bus width of the data permitted to be transferred is 8 bits. Therefore, the data width variable section 16 of the bus master 1 c divides the 16-bit data into signals C1 a, C1 b, C2 a, C2 b, . . . that are signals of two cycles each having 8 bits.
  • The use-permission signal GNT-C and the transfer-permission bus width signal BSIZE-C of the bus arbiter 6 and the positional information on the bus line may be transmitted not only to the bus-master-side control section 2 c of the bus master 1 but also to the bus master as a transfer destination or the target. Alternatively, they may be transmitted as contained in the command MCMD to be transmitted from the bus master 1 c that receives the transfer permission. The data thus divided into 8-bit width is transferred, whereby the free space of the system bus 3 can effectively be utilized. Consequently, an efficiency of use of the system bus can be enhanced.
  • FIG. 5 shows a timing when the data is transferred with the bus width combined by the system bus control apparatus according to the present invention. FIG. 5 shows that, when there are four 8-bit unit system buses, the bus master 1 a (data A having an 8-bit width), the bus master 1 b (data B having a 16-bit width), and the bus master 1 c (data C having an 8-bit width) respectively transfer data from the timing t1 to the timing t8. When the transfer request of the data D having an 8-bit width is issued from the bus-master-side control section 2 d of the bus master 1 d during the period from the timing t1 to the timing t8, the bus arbiter 6 issues a stand-by command to the bus-master-side control section 2 d of the bus master 1 d, since there is no free space in the system bus 3. Alternatively, the bus arbiter 6 may issue a use-permission signal GNT-D, but the transfer-permission bus width signal BSIZE-D at this time indicates permitting a bus width of zero. Therefore, the data from the bus master 1 d is temporarily stored in a buffer 15 d.
  • At a timing t9, the data transfer from the bus masters 1 a, 1 b and 1 c is completed, so that a 32-bit free space is obtained. Therefore, the bus arbiter 6 transmits the use-permission signal GNT-D and transfer-permission bus width signal BSIZE-D of 32-bit width to the bus master 1 d. Then, the data width variable section 16 d of the bus master 1 d combines four 8-bit width data to form data having a 32-bit width. In this case, the bus master 1 d may not use all of the 32 bits, but may only use 16 bits or 24 bits.
  • The data is thus combined and transferred as the data having a 32-bit width. Accordingly, the data transfer time can be shortened, whereby an efficient data transfer can be realized.
  • FIG. 6 shows a case where the system bus control apparatus of the present invention transfers data having a high order of priority for preference. FIG. 6 shows that, when there are four 8-bit unit system buses, data from the bus master 1 a (data A having an 8-bit width) and data from the bus master 1 b (data B having a 16-bit width) are transferred from the timing t1 to the timing t4. When a transfer request of data having a 16-bit width is issued at the timing t5 from the bus master 1 e having a high order of priority, the bus arbiter 6 causes the bus master 1 b, having a low order of priority, to reduce the bus width of the transfer-permission bus width signal BSIZE-B from 16 bits to 8 bits, since there is only an 8-bit free space in the system bus 3. Therefore, the bus width variable section 16 b of the bus master 1 b changes the bus width to 8 bits. Accordingly, the data is transferred with an 8-bit bus width from the timing t5 to the timing t8.
  • Accordingly, the free bus width becomes 16 bits, whereby the transfer-permission bus width signal BSIZE-B of a 16-bit width is issued to the bus master 1 e. As a result, the bus width used by the bus masters 1 a and 1 b becomes 8 bits, and the bus width used by the bus master 1 e becomes 16 bits. Then, at the timing t9, the transfer from the bus master 1 a is completed, and thereby the bus masters 1 b and 1 e restart the data transfer by using the system bus in 16 bits each. In this case, since the position of the bus to be used is changed, the bus arbiter 6 transmits the changed information on the bus position to the bus-master-side control section 2.
  • In this example, the bus master 1 b transfers the data of a 16-bit width as changed to the data of an 8-bit width. However, depending on cases, there may be no free bus width. In such a case, the bus width of the transfer-permission bus width signal BSIZE-B is set to zero for the bus master 1 b with the transfer permission given to the bus master 1 b. Setting the bus width of the transfer-permission bus width signal BSIZE-B to zero indicates a temporal stop, not a discontinuation of the transfer, to the bus master 1 b. When a free bus width is obtained, the transfer is continuously restarted.
  • When the transfer request is issued from the bus master 1 e having a high order of priority during the transfer from the bus masters 1 a and 1 b, the transfer request from the bus master 1 b having a low order of priority frees the bus width necessary for responding to the transfer request from the bus master 1 e as described above, whereby a transfer band of the bus master 1 e can be ensured. The order of priority may be set beforehand for every bus master or in the bus width variable section of the corresponding bus master. Alternatively, the order of priority may be set depending upon the data amount. When the data amount is too large, the data having a smaller amount may have priority sequentially so that another data having a smaller data amount is transferred for preference. For example, the data is divided by a unit burst (e.g., 8 bursts), and even in this case, the data in which the unit burst is continuous may be determined that the data amount is too large. When a polygon mirror of a laser printer rotates and a photosensitive member is scanned in an image forming apparatus, print data has priority. When the photosensitive member is not scanned, another data may have priority. Alternatively, the data for which the transfer time is determined is transferred for preference at the determined time.
  • A processing method for realizing the timing in FIG. 4 explained above will be explained with reference to a flowchart of the bus arbiter 6 shown in FIG. 7.
  • A first step S1 is a step in which the system bus control apparatus detects whether a transfer request is issued or not. Whether the transfer request is issued or not is detected by whether presence of the transfer request signals REQ-A to REQ-E is detected by the arbitration section 31 of the bus arbiter 6. If there is no transfer request, the process returns to the step S1. When the transfer request is issued, the bus arbiter 6 proceeds to a step S2 to check the bus width of the transfer-requested data by the operation section 32 of the bus arbiter 6 using the command signals CMD-A to CMD-E. Then, in a step S3, the operation section 32 checks the current free bus width in the system bus 3 from the status signals BSTS-A to BSTS-D. In a next step S4, it is determined whether the free bus width is greater than the bus width of the transfer-requested data. When the free bus width is greater than the bus width of the transfer-requested data, the transfer is possible. Therefore, in the step S5, the bus master 1 requesting a transfer is given the use-permission signals GNT-A to GNT-E and the transfer-permission bus width signals BSIZE-A to BSIZE-E including the information on the free bus width.
  • If the free bus width is smaller than the bus width of the transfer-requested data, in a step S6, the bus arbiter 6 gives the transfer permission with the free bus width as the use-permission signals GNT-A to GNT-E together with the transfer-permission bus width signals BSIZE-A to BSIZE-E. The bus width variable section 16 of the bus master 1 receiving the transfer permission with the free bus width divides the data width of the data into the free bus width for performing transfer.
  • After the transfer is completed as described above, the process returns to the step S1.
  • The flowchart in FIG. 8 shows a case of the combined transfer shown in FIG. 5.
  • Steps S11 to S13 are the same as the steps S1 to S3 in FIG. 7.
  • In a step S14, it is determined whether or not there is a free bus width in the system bus 3. When there is no free bus width, the process proceeds to a step S17. When there is a free bus width in the system bus 3, the process proceeds to a step S15 so as to determine whether the free bus width is greater than the bus width of the transfer-requested data. When the free bus width is greater than the bus width of the transfer-requested data, the transfer is possible. Therefore, in a step S16, the bus arbiter 6 transmits to the bus master requesting transfer is issued the transfer permission for using the free bus width as the use-permission signals GNT-A to GNT-E together with the transfer-permission bus width signals BSIZE-A to BSIZE-E. Accordingly, the bus master combines the bus width so as to match the bus width to the free bus width.
  • If the free bus width is smaller than the bus width of the transfer-requested data in the step S15, the process proceeds to the step S17 to transmit the transfer permission with the free bus width as the use-permission signals GNT-A to GNT-E together with the transfer-permission bus width signals BSIZE-A to BSIZE-E. Accordingly, the bus master divides the bus width so as to match the free bus width for performing transfer.
  • The flowchart shown in FIG. 9 shows a case of the priority transfer shown in FIG. 6.
  • Steps S21 to S24 are the same as the steps S1 to S4 in the flowchart in FIG. 7. When the free bus width is greater than the bus width of the transfer-requested data in the step S24 (Y in S24), the process proceeds to a step S32 to give the transfer permission with the bus width of the transfer-requested data as in a case of the step S5 in FIG. 7.
  • However, when the free bus width is smaller than the bus width of the transfer-requested data in the step S24 (N in S24), the process proceeds to step S25 to determine whether the order of priority of the data that is newly requested to be transferred is higher than the order of priority of the data currently being transferred. When the order of priority of the data that is newly requested to be transferred is lower (N in S25), a normal transfer is to be carried out. Therefore, the process proceeds to a step S31 to give the transfer permission with the free bus width of the system bus to the bus master requesting the transfer. The bus master to which the transfer permission is given divides the bus width so as to match the transfer permitted bus width for performing transfer.
  • When the order of priority of the transfer-requested data is higher (Y in S25), the process proceeds to a step S26 to command the bus master having a low order of priority to change the bus width so as to reduce the insufficient bus width when the bus master having a high order of priority transfers data. The commanded bus master divides the bus width in order to change the bus width and carries out the transfer. In a next step S27, the use-permission signals GNT-A to GNT-E and transfer-permission bus width signals BSIZE-A to BSIZE-E are transmitted to the bus master requesting the transfer. It is determined in a next step S28 whether the transfer is completed or not. If the transfer is not completed, the process returns to the step S28. When the transfer is completed, it is determined in a step S29 whether the transfer from the bus master that reduces the bus width is completed or not. If completed (Y in S29), the process returns to step S21. If not completed (N in S29), the process proceeds to step S30 to permit the bus master to transfer with the bus width before being reduced. The bus master receiving the transfer permission with the original bus width changes the bus width to the original bus width and carries out the transfer.
  • As described above, when the used condition of the system bus is changed according to the completion of the data transfer or new transfer request, the arbitration section 31 and the operation section 32 of the bus arbiter 6 reallocates the use-permitted bus width and bus position, whereby the system bus is effectively utilized and an efficient data transfer can be realized.
  • Subsequently, the present invention is explained with reference to time charts.
  • FIG. 10 shows a time chart in the normal transfer. FIG. 10( a) shows a time chart of the bus master 1, wherein CLK on the first line represents a clock. This clock is common to the whole system bus control apparatus of the present invention. An MREQ on the second line represents a transfer request signal of the bus master 1. A high level thereof indicates that there is a transfer request, while a low level thereof indicates that there is no transfer request. On the third line, MGNT represents a transfer permission signal received from the bus arbiter 6. A high level thereof indicates that the transfer is permitted, while a low level thereof indicates that the transfer is not permitted. On the fourth line, MADR represents an address signal of the bus master 1. On the fifth line, MCMD indicates a command signal of the bus master 1. Here, it indicates that there are four 16-bit data. On the sixth line, MVLD represents an effective period of the transfer permission. A high level thereof indicates the period that the transfer permission is effective, while a low level thereof indicates the period in which there is no transfer permission. On the seventh line, MDATA represents that the bus master executes the data transfer. Accordingly, FIG. 10( a) shows that the transfer permission signal MGNT is given and the transfer is made four times with the use of the 16-bit bus width, when the bus master 1 issues the transfer request signal MREQ.
  • FIG. 10( b) shows a time chart of the system bus 3 with respect to the transfer request and the execution of the transfer of the bus master shown in FIG. 10( a). On the first line, SREQ represents a transfer request signal from the bus master 1, wherein a high level thereof indicates that there is a transfer request, while a low level thereof indicates that there is no transfer request. On the second line, SGNT represents a transfer permission signal transmitted from the bus arbiter 6. A high level thereof indicates the transfer permission, while a low level thereof indicates no-permission of transfer. On the third line, SADR represents an address signal of the bus master 1. On the fourth line, SCMD represents a command signal of the bus master 1. On the fifth line, SVLD represents an effective period of the transfer permission. A high level thereof indicates the period that the transfer permission is effective, while a low level thereof indicates the period in which there is no transfer permission. On the sixth line, SDATA represents that the bus master 1 executes the data transfer. On the seventh line, BSIZE represents a period that the bus master 1 executes the data transfer. Here, it indicates that 16-bit data is transferred four times. Accordingly, FIG. 10( b) shows that the transfer permission signal SGNT is given and the data transfer is carried out, when the bus master issues the transfer request signal SREQ.
  • FIG. 11 shows a time chart of the division transfer.
  • FIG. 11 is almost the same as FIG. 10. The different points are SVLD on the fifth line, SDATA on the sixth line, and BSIZE on the seventh line in FIG. 11( b). Specifically, the SLVD on the fifth line represents the period of eight clocks. The SDATA on the sixth line shows that the bus width is divided into 8 bits and the data is transferred eight times. The SDATA on the sixth line shows that 8-bit data is transferred eight times.
  • FIG. 12 is a time chart of the combined transfer.
  • FIG. 12( a) shows a time chart of the bus master, and same as FIG. 10( a) and FIG. 11( a).
  • FIG. 12( b) shows a time chart of the system bus. On the first line, SREQ represents a transfer request signal from the bus master, wherein a high level thereof indicates that there is a transfer request, while a low level thereof indicates that there is no transfer request. Here, it shows that the transfer request is issued for 11 clocks. On the second line, SGNT represents a transfer permission signal transmitted from the bus arbiter 6. In this case, it shows that there is no free bus width at the beginning of the period when the transfer request is issued, so that the transfer permission signal becomes a low level. Then, it is indicated that the transfer permission signal SGNT is issued at the tenth clock from the issuance of the transfer request. During this period, the bus-master-side control section stores data in the buffer. On the fifth line, SVLD becomes a high level on the tenth clock and eleventh clock from the issuance of the transfer request signal SREQ, showing the period that the transfer permission is effective. On the sixth line, SDATA represents that the bus master combines four 8-bit data to form 32-bit data and transfers the resultant data twice. On the seventh line, BSIZE represents that 32-bit data is transferred twice, indicating a data amount.
  • The above-mentioned embodiment describes a system bus of an LSI. However, the present invention is applicable to a system bus of a personal computer or image forming apparatus, or a system bus of various data processing apparatuses.
  • It should be apparent to those skilled in the art that the present invention may be embodied in many other specific forms without departing from the spirit or scope of the invention. Therefore, the present invention is not to be limited to the details given herein, but may be modified within the scope and equivalence of the appended claims.

Claims (11)

1. A system bus control apparatus comprising:
a system bus that is a path of data transferred from a bus master;
a bus condition monitoring section that monitors a used condition or unused condition of the system bus;
a bus allocating section that allocates a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request; and
a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width.
2. A system bus control apparatus according to claim 1, wherein
the bus condition monitoring section detects the used condition or unused condition of each bus of the system bus, or holds the used condition or unused condition of the system bus from the bus width and amount of the data that is requested to be transferred by the bus master.
3. A system bus control apparatus according to claim 1, wherein
the bus width variable section has a function of dividing the data from the bus master in accordance with the allocated bus width when the bus width of the data requested to be transferred by the bus master is greater than the bus width allocated by the bus allocating section, and of combining the data from the bus master in accordance with the allocated bus width when the bus width of the data requested to be transferred by the bus master is smaller than the bus width allocated by the bus allocating section.
4. A system bus control apparatus according to claim 1, further comprising a data storage section that stores data when the data requested to be transferred by the bus master cannot be transferred, wherein
when the bus condition monitoring section detects a bus not in use in an event that the data is stored in the data storage section, or when the bus condition monitoring section deduces a bus not in use from the held used condition or unused condition, the bus width variable section changes the bus width of the data stored in the data storage section so as to agree with a bus width corresponding to the bus width not in use.
5. A system bus control apparatus according to claim 1, wherein the bus width allocated by the bus allocating section is a fractional multiple of 2 or 1/(two factorial) of the bus width of the data requested to be transferred.
6. A system bus control apparatus according to claim 1, wherein the bus condition monitoring section has a completion expecting section that calculates an expected completion timing of the data transfer from the bus width and the amount of the data requested to be transferred by the bus master.
7. A system bus control apparatus according to claim 1, wherein, when a transfer request having a high order of priority is issued from the bus master, the bus allocating section reduces the bus width of the data currently being transferred by the bus width of the transfer-requested data having the high order of priority, and allocates the system bus to the bus master issuing the transfer request having the high order of priority.
8. A system bus control apparatus according to claim 7, wherein the order of priority is allocated beforehand to the bus master or to the bus width variable section corresponding to the bus master.
9. A system bus control apparatus according to claim 7, wherein the order of priority is allocated depending upon the amount of the data requested to be transferred by the bus master.
10. An integrated circuit comprising:
a system bus that is a path of data transferred from a bus master;
a bus condition monitoring section that monitors a used condition or unused condition of the system bus;
a bus allocating section that allocates a bus width to be permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section, when the bus master issues a transfer request; and
a bus width variable section that changes the bus width of the data transferred from the bus master in accordance with the allocated bus width.
11. A data processing system comprising:
a system bus that transfers data;
plural bus masters that are connected to the system bus, and have a buffer temporarily storing the data to be transferred and a bus width variable section changing a bus width; and
a bus arbiter that is connected to the system bus, and has a bus condition monitoring section monitoring a used condition or unused condition of the system bus and a bus allocating section allocating a bus width permitted to be transferred by the bus master based on the used condition or unused condition of the system bus monitored by the bus condition monitoring section when the bus master issues a transfer request.
US11/651,005 2006-01-30 2007-01-09 System bus control apparatus, integrated circuit and data processing system Expired - Fee Related US7721039B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2006-021115 2006-01-30
JP2006-21115 2006-01-30
JP2006021115A JP4845522B2 (en) 2006-01-30 2006-01-30 System bus control device, integrated circuit and data processing system

Publications (2)

Publication Number Publication Date
US20070180179A1 true US20070180179A1 (en) 2007-08-02
US7721039B2 US7721039B2 (en) 2010-05-18

Family

ID=38323482

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/651,005 Expired - Fee Related US7721039B2 (en) 2006-01-30 2007-01-09 System bus control apparatus, integrated circuit and data processing system

Country Status (3)

Country Link
US (1) US7721039B2 (en)
JP (1) JP4845522B2 (en)
CN (1) CN100474280C (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070186088A1 (en) * 2006-02-07 2007-08-09 Dell Products L.P. Method and system of supporting multi-plugging in X8 and X16 PCI express slots
US20070276980A1 (en) * 2003-12-24 2007-11-29 Telefonaktiebolaget Lm Ericsson (Publ) Multisectional bus in radio base station and method of using such a radio base station
US20090046081A1 (en) * 2007-08-16 2009-02-19 Alpha Imaging Technology Corp. Modification device and method for selectively modifying transmission performance of image frame data
WO2009110100A1 (en) * 2008-03-03 2009-09-11 Nec Corporation A control apparatus for fast inter processing unit data exchange in a processor architecture with processing units of different bandwidth connection to a pipelined ring bus
US20110022802A1 (en) * 2009-07-27 2011-01-27 Arm Limited Controlling data accesses to hierarchical data stores to retain access order
CN102866646A (en) * 2012-09-20 2013-01-09 重庆望江工业有限公司 Real-time control system and method
US20150324270A1 (en) * 2011-12-23 2015-11-12 Xinyu Li Method in a serial communication
WO2016190846A1 (en) * 2015-05-22 2016-12-01 Hewlett-Packard Development Company, L.P. Data channel allocation
US20180314655A1 (en) * 2017-04-28 2018-11-01 Advanced Micro Devices, Inc. Power-oriented bus encoding for data transmission

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101993258B1 (en) * 2012-11-22 2019-09-27 삼성전자주식회사 Register slicing circuit and system on chip including the same
CN103235770B (en) * 2013-04-25 2016-05-04 杭州华澜微电子股份有限公司 Based on the solid-state memory at the wide digital interface of carry interface
US9324030B2 (en) 2014-01-06 2016-04-26 International Business Machines Corporation System interconnect dynamic scaling by predicting I/O requirements
US9524013B2 (en) 2014-04-16 2016-12-20 International Business Machines Corporation System interconnect dynamic scaling by lane width and operating frequency balancing
US9558139B2 (en) 2014-08-18 2017-01-31 International Business Machines Corporation System interconnect dynamic scaling handshake using spare bit-lane
CN104283578A (en) * 2014-09-27 2015-01-14 无锡市恒通智能交通设施有限公司 Client-side data two-way transmission method
US10901936B2 (en) 2016-07-21 2021-01-26 International Business Machines Corporation Staged power on/off sequence at the I/O phy level in an interchip interface

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867672A (en) * 1996-05-21 1999-02-02 Integrated Device Technology, Inc. Triple-bus FIFO buffers that can be chained together to increase buffer depth
US5930484A (en) * 1997-09-18 1999-07-27 International Business Machines Corporation Method and system for input/output control in a multiprocessor system utilizing simultaneous variable-width bus access
US5936953A (en) * 1997-12-18 1999-08-10 Raytheon Company Multi-mode, multi-channel communication bus
US6535939B1 (en) * 1999-11-09 2003-03-18 International Business Machines Corporation Dynamically configurable memory bus and scalability ports via hardware monitored bus utilizations
US6581115B1 (en) * 1999-11-09 2003-06-17 International Business Machines Corporation Data processing system with configurable memory bus and scalability ports
US6631432B1 (en) * 1998-12-24 2003-10-07 Canon Kabushiki Kaisha Information processing system, control method therefor, and information processing apparatus
US20050228932A1 (en) * 2004-04-09 2005-10-13 Asrock Incorporation Computer system with a PCI express interface
US20060034295A1 (en) * 2004-05-21 2006-02-16 Intel Corporation Dynamically modulating link width
US20060098675A1 (en) * 2004-11-05 2006-05-11 Michitaka Okuno Traffic control method for network equipment
US20060259665A1 (en) * 2005-05-13 2006-11-16 Sanjive Agarwala Configurable multiple write-enhanced direct memory access unit
US7174411B1 (en) * 2004-12-02 2007-02-06 Pericom Semiconductor Corp. Dynamic allocation of PCI express lanes using a differential mux to an additional lane to a host
US20070067548A1 (en) * 2005-08-19 2007-03-22 Juenger Randall E System and method for dynamic adjustment of an information handling system graphics bus

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0484253A (en) * 1990-07-26 1992-03-17 Mitsubishi Electric Corp Bus width control circuit
JPH05282242A (en) 1992-04-02 1993-10-29 Toshiba Corp Bus control system
JPH09293045A (en) * 1996-04-24 1997-11-11 Sony Corp Data transfer processor
JP3903393B2 (en) * 1996-05-31 2007-04-11 シャープ株式会社 Bus system
JPH10228726A (en) * 1996-12-12 1998-08-25 Matsushita Electric Ind Co Ltd Data transmission method and apparatus therefor
JPH11149444A (en) * 1997-11-19 1999-06-02 Nec Corp Device, system and method for controlling data transfer
JPH11345196A (en) 1998-06-03 1999-12-14 Matsushita Electric Ind Co Ltd Bus controller
JP2000003332A (en) * 1998-06-12 2000-01-07 Nec Eng Ltd Bi-directional bus size conversion circuit
JP2001236305A (en) * 2000-02-22 2001-08-31 Hitachi Ltd Semiconductor integrated circuit and data processor
JP2003263400A (en) * 2002-03-08 2003-09-19 Fujitsu Ltd Data processor, data processing system and access area control method
JP2004110224A (en) 2002-09-17 2004-04-08 Nec Engineering Ltd Data transferring circuit
WO2004057481A1 (en) * 2002-12-20 2004-07-08 Fujitsu Limited Dma controller, dma control method, dma control program
JP2005308568A (en) * 2004-04-22 2005-11-04 Nec Electronics Corp Semiconductor device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867672A (en) * 1996-05-21 1999-02-02 Integrated Device Technology, Inc. Triple-bus FIFO buffers that can be chained together to increase buffer depth
US5930484A (en) * 1997-09-18 1999-07-27 International Business Machines Corporation Method and system for input/output control in a multiprocessor system utilizing simultaneous variable-width bus access
US5936953A (en) * 1997-12-18 1999-08-10 Raytheon Company Multi-mode, multi-channel communication bus
US6631432B1 (en) * 1998-12-24 2003-10-07 Canon Kabushiki Kaisha Information processing system, control method therefor, and information processing apparatus
US6535939B1 (en) * 1999-11-09 2003-03-18 International Business Machines Corporation Dynamically configurable memory bus and scalability ports via hardware monitored bus utilizations
US6581115B1 (en) * 1999-11-09 2003-06-17 International Business Machines Corporation Data processing system with configurable memory bus and scalability ports
US20050228932A1 (en) * 2004-04-09 2005-10-13 Asrock Incorporation Computer system with a PCI express interface
US20060034295A1 (en) * 2004-05-21 2006-02-16 Intel Corporation Dynamically modulating link width
US20060098675A1 (en) * 2004-11-05 2006-05-11 Michitaka Okuno Traffic control method for network equipment
US7174411B1 (en) * 2004-12-02 2007-02-06 Pericom Semiconductor Corp. Dynamic allocation of PCI express lanes using a differential mux to an additional lane to a host
US20060259665A1 (en) * 2005-05-13 2006-11-16 Sanjive Agarwala Configurable multiple write-enhanced direct memory access unit
US20070067548A1 (en) * 2005-08-19 2007-03-22 Juenger Randall E System and method for dynamic adjustment of an information handling system graphics bus

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070276980A1 (en) * 2003-12-24 2007-11-29 Telefonaktiebolaget Lm Ericsson (Publ) Multisectional bus in radio base station and method of using such a radio base station
US7624220B2 (en) * 2003-12-24 2009-11-24 Telefonaktiebolaget L M Ericsson (Publ) Multisectional bus in radio base station and method of using such a radio base station
US7496742B2 (en) * 2006-02-07 2009-02-24 Dell Products L.P. Method and system of supporting multi-plugging in X8 and X16 PCI express slots
US7600112B2 (en) 2006-02-07 2009-10-06 Dell Products L.P. Method and system of supporting multi-plugging in X8 and X16 PCI express slots
US20070186088A1 (en) * 2006-02-07 2007-08-09 Dell Products L.P. Method and system of supporting multi-plugging in X8 and X16 PCI express slots
US8421778B2 (en) * 2007-08-16 2013-04-16 Alpha Imaging Technology Corp. Modification device and method for selectively modifying transmission performance of image frame data
US20090046081A1 (en) * 2007-08-16 2009-02-19 Alpha Imaging Technology Corp. Modification device and method for selectively modifying transmission performance of image frame data
WO2009110100A1 (en) * 2008-03-03 2009-09-11 Nec Corporation A control apparatus for fast inter processing unit data exchange in a processor architecture with processing units of different bandwidth connection to a pipelined ring bus
US20110010526A1 (en) * 2008-03-03 2011-01-13 Hanno Lieske Control apparatus for fast inter processing unit data exchange in an architecture with processing units of different bandwidth connection to a pipelined ring bus
US20110022802A1 (en) * 2009-07-27 2011-01-27 Arm Limited Controlling data accesses to hierarchical data stores to retain access order
US20150324270A1 (en) * 2011-12-23 2015-11-12 Xinyu Li Method in a serial communication
US9514019B2 (en) * 2011-12-23 2016-12-06 Nokia Technologies Oy Method in a serial communication
CN102866646A (en) * 2012-09-20 2013-01-09 重庆望江工业有限公司 Real-time control system and method
WO2016190846A1 (en) * 2015-05-22 2016-12-01 Hewlett-Packard Development Company, L.P. Data channel allocation
TWI596483B (en) * 2015-05-22 2017-08-21 惠普發展公司有限責任合夥企業 Data channel allocation
US10642771B2 (en) 2015-05-22 2020-05-05 Hewlett-Packard Development Company, L.P. Data channel allocation
US20180314655A1 (en) * 2017-04-28 2018-11-01 Advanced Micro Devices, Inc. Power-oriented bus encoding for data transmission
US10540304B2 (en) * 2017-04-28 2020-01-21 Advanced Micro Devices, Inc. Power-oriented bus encoding for data transmission

Also Published As

Publication number Publication date
US7721039B2 (en) 2010-05-18
CN100474280C (en) 2009-04-01
JP4845522B2 (en) 2011-12-28
JP2007200245A (en) 2007-08-09
CN101013411A (en) 2007-08-08

Similar Documents

Publication Publication Date Title
US7721039B2 (en) System bus control apparatus, integrated circuit and data processing system
US7058744B2 (en) Cluster system, computer and program
JP5546635B2 (en) Data transfer apparatus and control method thereof
JP5064336B2 (en) Image forming system and program
US8244950B2 (en) Buffering non-posted read commands and responses
US6282598B1 (en) PCI bus system wherein target latency information are transmitted along with a retry request
JP2012064021A (en) Communication system, master device and slave device, and communication method
KR100644596B1 (en) Bus system and bus arbitration method thereof
US20130254444A1 (en) Image processing apparatus
US20070260791A1 (en) Data processing device
US20070101032A1 (en) Bus arbitration circuit and bus arbitration method
JP2009151752A (en) Bus switch, electronic equipment and data transfer method
JP2014167818A (en) Data transfer device and data transfer method
JP4175974B2 (en) Image data transfer control device
CN100485648C (en) On-chip system
US8239652B2 (en) Data processing system
JP2002215562A (en) Unit and method for dma control
CN116226021B (en) Data receiving and transmitting method and device and graphics processor
JP2002259326A (en) Dma controller and dma transferring method
JP2005293435A (en) Data transfer device and its setting method
CN114503089A (en) Data transfer device and data transfer method
JP2005025587A (en) Semiconductor integrated circuit and burst transfer method for semiconductor integrated circuit
JPS60205652A (en) Dma transfer system
JP2820054B2 (en) Bus interface device
JPH11232215A (en) Bus controller, bus master device and method for controlling bus control system

Legal Events

Date Code Title Description
AS Assignment

Owner name: SHARP KABUSHIKI KAISHA,JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IRISA, NAOKI;REEL/FRAME:018779/0917

Effective date: 20061213

Owner name: SHARP KABUSHIKI KAISHA, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IRISA, NAOKI;REEL/FRAME:018779/0917

Effective date: 20061213

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552)

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20220518